1
0
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:
minusf 2024-05-09 18:35:04 +02:00 committed by Sarah Boyce
parent 4a76ac0e9d
commit dd46cab6e0

View File

@ -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 {