From 33acbc33d153367a8cda4f38e6fd66af64a43b0e Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Fri, 7 Apr 2023 16:36:32 +0200 Subject: [PATCH] Fix filter buttons spacing [SCI-8223] --- app/assets/stylesheets/shared/filter_dropdown.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/shared/filter_dropdown.scss b/app/assets/stylesheets/shared/filter_dropdown.scss index a95cf7be5..04a09de2f 100644 --- a/app/assets/stylesheets/shared/filter_dropdown.scss +++ b/app/assets/stylesheets/shared/filter_dropdown.scss @@ -94,6 +94,10 @@ padding: 0 1em; position: relative; width: 100%; + + .clear-button { + margin-right: 0.375rem; + } } }