Skip to content

Commit

Permalink
Increase select2 width on admin site
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 committed Dec 29, 2024
1 parent d4ccd8d commit 9a98af5
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions resources/wpadmin/css/wpadmin.site.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,8 @@
list-style-type: inherit;
}

select[id^=id_contest_problems] {
width: 20em !important;
}

select#id_authors.django-select2,
select#id_curators.django-select2,
select#id_testers.django-select2,
select#id_spectators.django-select2,
select#id_organizations.django-select2,
select#id_join_organizations.django-select2,
select#id_tags.django-select2 {
width: 20em;
.select2-container--dmoj {
min-width: 20em;
}

@media (max-width: 780px) {
Expand Down

0 comments on commit 9a98af5

Please sign in to comment.