1
0
mirror of https://github.com/django/django.git synced 2025-05-07 15:36:29 +00:00

Refs #36055 -- Prevented overlap of object-tools buttons and page header in the admin on small screens.

Visual regression in b1324a680add78de24c763911d0eefa19b9263bc.
This commit is contained in:
Mariusz Felisiak 2025-03-28 21:22:55 +01:00 committed by Sarah Boyce
parent 281910ff8e
commit 02a5cbfe76

View File

@ -465,6 +465,10 @@ input[type="submit"], button {
margin-left: 15px;
}
.object-tools:has(a.addlink) {
margin-top: 0px;
}
/* Forms */
.form-row {