From 750dd8101488341a00388d0868f01a802358c0ee Mon Sep 17 00:00:00 2001 From: jacekpluta <73617938+jacekpluta@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:05:21 +0200 Subject: [PATCH] =?UTF-8?q?[ACS-8322]=20Testing=20Angular=2015=20-=20Info?= =?UTF-8?q?=20Drawer=20-=20General=20info=20-=20Missing=20=E2=80=A6=20(#99?= =?UTF-8?q?01)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [ACS-8322] Testing Angular 15 - Info Drawer - General info - Missing arrow in Content type selector * [ACS-8322] Testing Angular 15 - Info Drawer - General info - Missing arrow in Content type selector --- .../card-view-selectitem/card-view-selectitem.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss b/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss index 0c53a6f0471..f901b811f1f 100644 --- a/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss +++ b/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss @@ -30,6 +30,7 @@ padding: 6px 0 8px 12px; margin-top: 0; border-radius: 6px; + width: 90%; #{$mat-select-value} { color: var(--adf-metadata-action-button-clear-color);