Skip to content

Commit

Permalink
Update search_options.scss to apply the flex attributes only to class…
Browse files Browse the repository at this point in the history
… search-pagination-widgets

Co-authored-by: Jane Sandberg <[email protected]>
  • Loading branch information
christinach and sandbergja committed Nov 27, 2024
1 parent ed8b1c1 commit d7bea84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/components/search-options.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
margin-bottom: 1em;
padding-bottom: 0;
padding-top: 0;
}

.pagination-search-widgets {
display: flex;
flex-wrap: wrap;
flex-direction: row;
Expand Down

0 comments on commit d7bea84

Please sign in to comment.