From f683137e37537958798a4fee8c25401f1a096e64 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier <contact@jbpasquier.eu> Date: Thu, 7 Mar 2024 12:42:48 +0100 Subject: [PATCH] fix: https://github.com/openfoodfoundation/sib-discovery-components/issues/6 --- src/styles/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 3077356..f581c45 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -515,6 +515,10 @@ solid-ofn-rpp { display: contents; } + solid-form-dropdown-placeholder { + padding-right: 10px !important; + } + @media #{$small-and-down} { [name="set-card-panel"] { .img-on-mobile { -- GitLab