From 422c0341f75cbd196ba9ad1abf6daafd706a92a2 Mon Sep 17 00:00:00 2001 From: pkundu Date: Thu, 12 Oct 2023 12:12:32 +0530 Subject: [PATCH] fixed scrollbar issue --- .../src/lib/info-drawer/info-drawer-layout.component.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss b/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss index 8041077610..fcd4132047 100644 --- a/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss +++ b/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss @@ -57,7 +57,9 @@ $adf-info-drawer-icon-size-half: 24px !default; color: var(--adf-theme-foreground-text-color-054); & > div { - width: 220px; + width: 195px; + overflow: hidden; + white-space: nowrap; text-overflow: ellipsis; color: var(--theme-metadata-property-panel-title-color); }