From 51c76841ecb926bd0b6f852805f4b8a3c3a1f4e5 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Thu, 6 Apr 2023 15:39:14 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B06153=20-=20Prevent=20Link=20set=20set=20?= =?UTF-8?q?items=20from=20wrapping=20and=20force=20them=20to=20truncate=20?= =?UTF-8?q?with=20ellipsis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/backoffice/components/_field.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/backoffice/components/_field.scss b/css/backoffice/components/_field.scss index d4c8e2330..58094cc41 100644 --- a/css/backoffice/components/_field.scss +++ b/css/backoffice/components/_field.scss @@ -51,6 +51,7 @@ $ibo-field--enable-bulk--checkbox--margin-left: $ibo-spacing-300 !default; [data-attribute-type="AttributeTagSet"], [data-attribute-type="AttributeEnumSet"], [data-attribute-type="AttributeLinkedSet"], + [data-attribute-type="AttributeLinkedSetIndirect"], [data-attribute-type="AttributeClassAttCodeSet"], [data-attribute-type="AttributeQueryAttCodeSet"], .ibo-input-file-select--container