From 6ff035655595039ab13148633d684023e250bfd5 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Wed, 24 Nov 2021 07:29:44 -0800 Subject: [PATCH] Allow constraints to wrap across lines Fixes the problem reported in #2552 --- app/assets/stylesheets/blacklight/_constraints.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/blacklight/_constraints.scss b/app/assets/stylesheets/blacklight/_constraints.scss index d3ab5eed9a..73744106e8 100644 --- a/app/assets/stylesheets/blacklight/_constraints.scss +++ b/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 {