mirror of
https://github.com/django/django.git
synced 2025-04-04 21:46:40 +00:00
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…
x
Reference in New Issue
Block a user