mirror of
https://github.com/Hopiu/django.git
synced 2026-04-10 10:01:10 +00:00
Fixed #17518 -- CSS glitch in StackedInline.
Thanks sebastian for the report and patch.
This commit is contained in:
parent
d171b3cc0b
commit
3dde02640c
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ body.popup .submit-row {
|
|||
margin: 0;
|
||||
background: #fff;
|
||||
border: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.inline-related fieldset.module h3 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue