mirror of https://github.com/django/django.git
Refs #35404 -- Fixed the line height of admin fieldset labels.
This commit is contained in:
parent
4a76ac0e9d
commit
dd46cab6e0
|
@ -84,14 +84,12 @@ form ul.inline li {
|
|||
min-width: 160px;
|
||||
width: 160px;
|
||||
word-wrap: break-word;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.aligned label:not(.vCheckboxLabel):after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
height: 1.625rem;
|
||||
}
|
||||
|
||||
.aligned label + p, .aligned .checkbox-row + div.help, .aligned label + div.readonly {
|
||||
|
|
Loading…
Reference in New Issue