mirror of
https://github.com/Hopiu/django.git
synced 2026-04-30 19:54:46 +00:00
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
249c445446
commit
8015593bc1
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue