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); }