Fixed #17518 -- CSS glitch in StackedInline.
Thanks sebastian for the report and patch.
This commit is contained in:
parent
d171b3cc0b
commit
3dde02640c
|
@ -268,6 +268,7 @@ body.popup .submit-row {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: none;
|
border: none;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inline-related fieldset.module h3 {
|
.inline-related fieldset.module h3 {
|
||||||
|
|
Loading…
Reference in New Issue