Skip to content

Commit 8cef2ca

Browse files
int-y1quantum5
authored andcommitted
Increase select2 width on admin site
1 parent d4ccd8d commit 8cef2ca

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

resources/wpadmin/css/wpadmin.site.css

+2-12
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,8 @@
3434
list-style-type: inherit;
3535
}
3636

37-
select[id^=id_contest_problems] {
38-
width: 20em !important;
39-
}
40-
41-
select#id_authors.django-select2,
42-
select#id_curators.django-select2,
43-
select#id_testers.django-select2,
44-
select#id_spectators.django-select2,
45-
select#id_organizations.django-select2,
46-
select#id_join_organizations.django-select2,
47-
select#id_tags.django-select2 {
48-
width: 20em;
37+
.select2-container--dmoj {
38+
min-width: 20em;
4939
}
5040

5141
@media (max-width: 780px) {

0 commit comments

Comments
 (0)