mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-08-01 22:02:13 +00:00
Make poll description wrapping
This commit is contained in:
parent
f50d504932
commit
27fe46640d
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue