Skip to content

Commit

Permalink
Central: Set select2 width to avoid overlap (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta authored Oct 9, 2023
1 parent 7113107 commit 1d80f8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public_html/wp-content/themes/wordcamp-central-2012/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2123,6 +2123,10 @@ li:after { content: "."; display: block; height: 0; clear: both; visibility: hid
font-weight: 400;
}

.report-form .field_wordcamp-id .select2-container {
width: 100% !important;
}

.report-results {
border-radius: 3px;
border: 1px #c6c6c6 solid;
Expand Down

0 comments on commit 1d80f8c

Please sign in to comment.