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:
parent
281910ff8e
commit
02a5cbfe76
@ -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