mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
[4.2.x] Refs #34383 -- Corrected margins in admin fieldsets with multiple fields on the same line on small screens.
Regression ind687febce5. Backport ofb347dc63d5from main
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user