From d413ebff2d0eecb00d0679632fb9615a6eeaa36c Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 7 Dec 2021 10:15:31 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04481=20Fix=20icon=20selection=20label=20?= =?UTF-8?q?overflowing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/backoffice/components/input/_input-select-icon.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/backoffice/components/input/_input-select-icon.scss b/css/backoffice/components/input/_input-select-icon.scss index c7dae6d74..c3ff78172 100644 --- a/css/backoffice/components/input/_input-select-icon.scss +++ b/css/backoffice/components/input/_input-select-icon.scss @@ -13,13 +13,16 @@ $ibo-input-select-icon--menu--icon--max-width: 45px !default; $ibo-input-select-icon--menu--icon--margin-right: 10px !default; .ibo-input-select-icon{ - display: inline-block; + display: inline-flex; text-align: left; >img{ max-height: 100%; max-width: 100%; padding-right: $ibo-input-select-icon--icon--padding-right; } + >span{ + overflow: hidden; + } } .ibo-input-select-icon--menu {