From 64e558cbbf4f523dc49d6cd621bb6ef81e11abdf Mon Sep 17 00:00:00 2001 From: Santiago Kozak Date: Thu, 31 Aug 2023 09:15:58 -0300 Subject: [PATCH] [Glitch] Allow filter form in profiles directory to wrap Port 1b9fe4882f3513c0ad9bb049e336f45fffca2a85 to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/styles/components/single_column.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/components/single_column.scss b/app/javascript/flavours/glitch/styles/components/single_column.scss index 2f8f7e2dd2..7efcf0c097 100644 --- a/app/javascript/flavours/glitch/styles/components/single_column.scss +++ b/app/javascript/flavours/glitch/styles/components/single_column.scss @@ -120,6 +120,7 @@ .filter-form { display: flex; + flex-wrap: wrap; } .autosuggest-textarea__textarea {