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:
parent
9bf6665510
commit
9898b2d0db
@ -465,6 +465,10 @@ input[type="submit"], button {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.object-tools:has(a.addlink) {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
/* Forms */
|
||||
|
||||
.form-row {
|
||||
|
Loading…
x
Reference in New Issue
Block a user