fixed scrollbar issue

This commit is contained in:
pkundu
2023-10-13 16:29:41 +05:30
committed by Anukriti Singh
parent 145bc65223
commit 422c0341f7
@@ -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);
}