1
0
mirror of https://github.com/django/django.git synced 2025-06-03 10:39:12 +00:00

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

Visual regression in b1324a680add78de24c763911d0eefa19b9263bc.

Backport of 02a5cbfe76382da2a0414df17017185be5bd47f9 from main.
This commit is contained in:
Mariusz Felisiak 2025-03-28 21:22:55 +01:00 committed by Sarah Boyce
parent 9bf6665510
commit 9898b2d0db

View File

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