mirror of
https://github.com/django/django.git
synced 2025-07-07 11:19:12 +00:00
[5.2.x] Refs #34619 -- Fixed labels width in FilteredSelectMultiple in the admin.
Visual regression in 857b1048d53ebf5fc5581c110e85c212b81ca83a. Backport of a0f50c2a483678d31bd1ad6f08fd3a0b8399e27b from main.
This commit is contained in:
parent
7e987fab31
commit
da8fed6016
@ -49,8 +49,9 @@
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selector-chosen-title label {
|
.aligned .selector-chosen-title label {
|
||||||
color: var(--header-link-color);
|
color: var(--header-link-color);
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selector-available-title {
|
.selector-available-title {
|
||||||
@ -59,6 +60,10 @@
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.aligned .selector-available-title label {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.selector .selector-filter {
|
.selector .selector-filter {
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
border-width: 0 1px;
|
border-width: 0 1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user