From fd64bb953f4794b8cc79aa5149e761c77229f9d9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 15 Mar 2024 10:46:47 +0100 Subject: tags: wrap the checkboxes on small screens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- app/assets/stylesheets/utils.css | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/utils.css b/app/assets/stylesheets/utils.css index d4bdb4b..71eaec5 100644 --- a/app/assets/stylesheets/utils.css +++ b/app/assets/stylesheets/utils.css @@ -17,6 +17,7 @@ display: flex; align-items: start; gap: 10px 20px; + flex-wrap: wrap; } .flex-wrap { -- cgit v1.2.3