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:
Dan Loewenherz 2012-09-07 11:18:01 -04:00
parent 39aa8901e1
commit 7055e20d24
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ form ul.inline li {
padding: 3px 10px 0 0;
float: left;
width: 8em;
word-wrap: break-word;
}
.aligned ul label {