Skip to content

Commit

Permalink
Refs #35404 -- Fixed padding of admin fieldset checkbox label.
Browse files Browse the repository at this point in the history
  • Loading branch information
VaarunSinha committed Jun 19, 2024
1 parent 62300b8 commit 1a2871b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions django/contrib/admin/static/admin/css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1a2871b

Please sign in to comment.