1
0
mirror of https://github.com/django/django.git synced 2025-04-16 21:34:37 +00:00

Fixed #35925 -- Added CSS gap for FilteredSelectMultiple filter icon.

This commit is contained in:
Ayush khatri 2024-11-23 15:47:53 +05:30 committed by Sarah Boyce
parent 58cc91275a
commit 7a05f63a8e
3 changed files with 1 additions and 14 deletions

View File

@ -254,10 +254,6 @@ input[type="submit"], button {
align-items: center;
}
.selector .selector-filter label {
margin: 0 8px 0 0;
}
.selector .selector-filter input {
width: 100%;
min-height: 0;

View File

@ -34,11 +34,6 @@
background-position: calc(100% - 8px) 9px;
}
[dir="rtl"] .selector .selector-filter label {
margin-right: 0;
margin-left: 8px;
}
[dir="rtl"] .object-tools li {
float: right;
}

View File

@ -68,6 +68,7 @@
margin: 0;
text-align: left;
display: flex;
gap: 8px;
}
.selector .selector-filter label,
@ -86,11 +87,6 @@
flex-grow: 1;
}
.selector .selector-available input,
.selector .selector-chosen input {
margin-left: 8px;
}
.selector ul.selector-chooser {
align-self: center;
width: 30px;