From dce244f5aa94a0356b19f8c0a07a4468950fe870 Mon Sep 17 00:00:00 2001 From: acognet Date: Mon, 11 Oct 2021 15:28:24 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04370=20-=20Field=20content=20overlapping?= =?UTF-8?q?=20on=20rest=20of=20the=20UI=20(Backoffice)=20-=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/backoffice/components/input/_input-select.scss | 2 +- js/extkeywidget.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/backoffice/components/input/_input-select.scss b/css/backoffice/components/input/_input-select.scss index 6f55e471a..e57c3fe42 100644 --- a/css/backoffice/components/input/_input-select.scss +++ b/css/backoffice/components/input/_input-select.scss @@ -104,7 +104,7 @@ $ibo-input-select--autocomplete-item-image--border: 1px solid $ibo-color-grey-60 } .ibo-input-select-wrapper--with-buttons .selectize-control { - display: inline-block; + display: grid; width: $ibo-input-select-wrapper--width; } .ibo-input-select-wrapper::after{ diff --git a/js/extkeywidget.js b/js/extkeywidget.js index 7b26d7420..4f73709ed 100644 --- a/js/extkeywidget.js +++ b/js/extkeywidget.js @@ -134,7 +134,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper } else { val = item.label; } - return $("
").append(val); + return $("
").append(val); }, option: function(item) { val = '';