wrap long words in field labels on admin forms, closes #18755
Otherwise, words overlap into the fields themselves, which makes the labels unreadable.
This commit is contained in:
parent
39aa8901e1
commit
7055e20d24
|
@ -65,6 +65,7 @@ form ul.inline li {
|
|||
padding: 3px 10px 0 0;
|
||||
float: left;
|
||||
width: 8em;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.aligned ul label {
|
||||
|
|
Loading…
Reference in New Issue