1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

Fixed #17518 -- CSS glitch in StackedInline.

Thanks sebastian for the report and patch.
This commit is contained in:
Aymeric Augustin 2012-05-10 22:44:40 +02:00
parent d171b3cc0b
commit 3dde02640c

View File

@ -268,6 +268,7 @@ body.popup .submit-row {
margin: 0;
background: #fff;
border: none;
width: 100%;
}
.inline-related fieldset.module h3 {