mirror of
https://github.com/django/django.git
synced 2025-06-14 07:59:12 +00:00
[1.4.x] Fixed #17978 -- Fixed a minor layout issue when an inline contains a filter horizontal widget. Thanks to Aymeric Augustin for the report.
This commit is contained in:
parent
fd88fe657b
commit
9a2ca4266a
@ -41,7 +41,8 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.selector .selector-filter label {
|
||||
.selector .selector-filter label,
|
||||
.inline-group .aligned .selector .selector-filter label {
|
||||
width: 16px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user