Merge branch 'develop' into 'develop'

Make poll description wrapping

As you can see on http://openbar.framadate.org/Ojtrj1Cw2mJjP6AG, the poll description has a scroll bar. This MR wraps the poll description to make it more readable.

See merge request !58
This commit is contained in:
Olivier Perez 2015-09-15 09:39:39 +02:00
commit 8c394d9857
1 changed files with 3 additions and 1 deletions

View File

@ -129,6 +129,8 @@ header .lead {
.poll-description {
font-family: inherit;
white-space: pre-wrap;
word-break: initial;
}
h4.control-label {
@ -473,4 +475,4 @@ table.results > tbody > tr:hover > td .glyphicon {
/* Admin */
#poll_search {
cursor: pointer;
}
}