Skip to content

Commit

Permalink
Add max-width value
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysteerio committed Feb 10, 2025
1 parent 99b0473 commit 53869de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/css/styles.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/scss/06_components/paragraphs/_event-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@

.event-form__filter-section-container .hdbt-search__dropdown {
max-width: none;

@include breakpoint($breakpoint-m) {
max-width: 50%;
}
}

.event-list__see-all-button {
Expand Down

0 comments on commit 53869de

Please sign in to comment.