mirror of
https://github.com/django/django.git
synced 2025-03-14 03:10:45 +00:00
[5.1.x] Refs #35404 -- Fixed padding of admin fieldset checkbox label.
Backport of 9691a00d5839e6137a2716526277013af9ee97ff from main.
This commit is contained in:
parent
874fea63b4
commit
ba81b3f0a3
@ -180,11 +180,7 @@ form .aligned table p {
|
||||
}
|
||||
|
||||
.aligned .vCheckboxLabel {
|
||||
float: none;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
vertical-align: -3px;
|
||||
padding: 0 0 5px 5px;
|
||||
padding: 1px 0 0 5px;
|
||||
}
|
||||
|
||||
.aligned .vCheckboxLabel + p.help,
|
||||
|
Loading…
x
Reference in New Issue
Block a user