Make poll description wrapping

(cherry picked from commit 27fe46640d)
This commit is contained in:
Luc Didry 2015-09-14 23:33:14 +02:00 committed by Olivier Perez [a570709]
parent 43e42b6111
commit 8e899f2ca8
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;
}
}