Make poll description wrapping
This commit is contained in:
parent
f50d504932
commit
27fe46640d
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user