1
0
mirror of https://github.com/django/django.git synced 2025-06-27 22:39:12 +00:00

Refs #34619 -- Fixed labels width in FilteredSelectMultiple in the admin.

Visual regression in 857b1048d53ebf5fc5581c110e85c212b81ca83a.
This commit is contained in:
Mariusz Felisiak 2025-03-28 08:58:45 +01:00 committed by Sarah Boyce
parent 5df512e53a
commit a0f50c2a48

View File

@ -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;