mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #36055 -- Prevented overlap of object-tools buttons and page header in the admin on small screens.
Visual regression in b1324a680a.
This commit is contained in:
committed by
Sarah Boyce
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 {
|
||||
|
||||
Reference in New Issue
Block a user