Make poll description wrapping
This commit is contained in:
parent
f50d504932
commit
27fe46640d
@ -129,6 +129,8 @@ header .lead {
|
|||||||
|
|
||||||
.poll-description {
|
.poll-description {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-break: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4.control-label {
|
h4.control-label {
|
||||||
@ -473,4 +475,4 @@ table.results > tbody > tr:hover > td .glyphicon {
|
|||||||
/* Admin */
|
/* Admin */
|
||||||
#poll_search {
|
#poll_search {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user