From 8dd910d720d8b2ac8cde087f39a455cfe128f01f Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Tue, 7 Jan 2025 11:40:06 +0100 Subject: [PATCH] fix: select icons styles --- src/components/Widgets/SelectInput/select-styles.css | 5 +++++ src/theme/_cms-ui.scss | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/components/Widgets/SelectInput/select-styles.css b/src/components/Widgets/SelectInput/select-styles.css index 94a273ec..2d8f392c 100644 --- a/src/components/Widgets/SelectInput/select-styles.css +++ b/src/components/Widgets/SelectInput/select-styles.css @@ -42,3 +42,8 @@ color: black !important; font-weight: bold; } + +.react-select__option .icon-container .icon { + height: 1rem; + width: auto; +} diff --git a/src/theme/_cms-ui.scss b/src/theme/_cms-ui.scss index d324e842..6c8de37f 100644 --- a/src/theme/_cms-ui.scss +++ b/src/theme/_cms-ui.scss @@ -242,6 +242,11 @@ body.cms-ui { } } + .react-select__option .icon-container .icon { + height: 1rem; + width: auto; + } + //slate .editor-link { &.input-anchorlink-theme {