1
0
mirror of https://github.com/django/django.git synced 2025-06-28 14:59:13 +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:
Mariusz Felisiak 2025-03-28 08:58:45 +01:00 committed by Sarah Boyce
parent 7e987fab31
commit da8fed6016

View File

@ -49,8 +49,9 @@
padding: 8px;
}
.selector-chosen-title label {
.aligned .selector-chosen-title label {
color: var(--header-link-color);
width: 100%;
}
.selector-available-title {
@ -59,6 +60,10 @@
padding: 8px;
}
.aligned .selector-available-title label {
width: 100%;
}
.selector .selector-filter {
border: 1px solid var(--border-color);
border-width: 0 1px;