Skip to content

Commit

Permalink
Merge pull request #2554 from projectblacklight/2552
Browse files Browse the repository at this point in the history
Allow constraints to wrap across lines
  • Loading branch information
dkinzer committed Nov 24, 2021
2 parents addbeab + 6ff0356 commit 0fed8e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/blacklight/_constraints.scss
@@ -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 0fed8e3

Please sign in to comment.