Skip to content

Commit

Permalink
Allow constraints to wrap across lines
Browse files Browse the repository at this point in the history
Fixes the problem reported in #2552
  • Loading branch information
cbeer committed Nov 26, 2021
1 parent 41139bd commit 9a675bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/blacklight/_constraints.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.constraints-container {
@extend .mb-2;
display: flex;
flex-wrap: wrap;
gap: 0.5rem 0.25rem;
}

.applied-filter {
Expand Down

0 comments on commit 9a675bb

Please sign in to comment.