From 0c8229a68ec3b85e36ddf81f489caeb9246ca112 Mon Sep 17 00:00:00 2001 From: Benjamin DALSASS Date: Tue, 7 Jul 2026 09:02:50 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B09333=20-=20Logo=20selection=20in=20dashb?= =?UTF-8?q?oard=20is=20broken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/input/_input-select-icon.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/backoffice/components/input/_input-select-icon.scss b/css/backoffice/components/input/_input-select-icon.scss index 37fe3fa532..19f667d458 100644 --- a/css/backoffice/components/input/_input-select-icon.scss +++ b/css/backoffice/components/input/_input-select-icon.scss @@ -3,9 +3,9 @@ * @license http://opensource.org/licenses/AGPL-3.0 */ -$ibo-input-select-icon--menu--icon--max-height: 100% !default; -$ibo-input-select-icon--menu--icon--max-width: 100% !default; -$ibo-input-select-icon--icon--padding-right: $ibo-spacing-200 !default; +$ibo-input-select-icon--max-height: 100% !default; +$ibo-input-select-icon--max-width: 100% !default; +$ibo-input-select-icon--padding-right: $ibo-spacing-200 !default; $ibo-input-select-icon--menu--z-index: 21 !default; $ibo-input-select-icon--menu--max-height: 300px !default; @@ -18,9 +18,9 @@ $ibo-input-select-icon--menu--icon--margin-right: 10px !default; display: inline-flex; text-align: left; >img{ - max-height: $ibo-input-select-icon--menu--icon--max-height; - max-width: $ibo-input-select-icon--menu--icon--max-width; - padding-right: $ibo-input-select-icon--icon--padding-right; + max-height: $ibo-input-select-icon--max-height; + max-width: $ibo-input-select-icon--max-width; + padding-right: $ibo-input-select-icon--padding-right; } >span{ overflow: hidden;