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:
parent
5df512e53a
commit
a0f50c2a48
@ -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