We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ccd8d commit 8cef2caCopy full SHA for 8cef2ca
resources/wpadmin/css/wpadmin.site.css
@@ -34,18 +34,8 @@
34
list-style-type: inherit;
35
}
36
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;
+.select2-container--dmoj {
+ min-width: 20em;
49
50
51
@media (max-width: 780px) {
0 commit comments