mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
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;
|
min-width: 160px;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
line-height: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.aligned label:not(.vCheckboxLabel):after {
|
.aligned label:not(.vCheckboxLabel):after {
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: 1.625rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.aligned label + p, .aligned .checkbox-row + div.help, .aligned label + div.readonly {
|
.aligned label + p, .aligned .checkbox-row + div.help, .aligned label + div.readonly {
|
||||||
|
Loading…
Reference in New Issue
Block a user