Skip to content

Commit

Permalink
[4.2.x] Refs #34383 -- Corrected margins in admin fieldsets with mult…
Browse files Browse the repository at this point in the history
…iple fields on the same line on small screens.

Regression in d687feb.
Backport of b347dc6 from main
  • Loading branch information
felixxm committed Mar 29, 2023
1 parent 4c26bba commit 47530bf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions django/contrib/admin/static/admin/css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,6 @@ input[type="submit"], button {
min-height: 0;
}

fieldset .fieldBox {
float: none;
margin: 0 -10px;
padding: 0 10px;
}

fieldset .fieldBox + .fieldBox {
margin-top: 10px;
padding-top: 10px;
Expand Down

0 comments on commit 47530bf

Please sign in to comment.