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
1 changed files with 0 additions and 2 deletions

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 {