From 4336c444baa50d57d6826b84c6a4ee9f0a80cd6a Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Fri, 11 Oct 2024 10:29:48 +0200 Subject: [PATCH] style(combo): better vertical spacing between tags list and input --- app/assets/stylesheets/dsfr.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/dsfr.scss b/app/assets/stylesheets/dsfr.scss index d05bade9f..a2ca49e60 100644 --- a/app/assets/stylesheets/dsfr.scss +++ b/app/assets/stylesheets/dsfr.scss @@ -42,7 +42,7 @@ trix-editor.fr-input { display: flex; flex-wrap: wrap; gap: 0.3rem; - margin-bottom: 0.3rem; + margin-bottom: 0.5rem; } }