diff --git a/webview/src/plots/components/comparisonTable/styles.module.scss b/webview/src/plots/components/comparisonTable/styles.module.scss index a40b38b8ba..b80a023665 100644 --- a/webview/src/plots/components/comparisonTable/styles.module.scss +++ b/webview/src/plots/components/comparisonTable/styles.module.scss @@ -102,7 +102,7 @@ $gap: 4px; text-align: left; display: flex; user-select: text; - width: 100%; + width: calc(100% - 20px); svg { fill: $fg-color; @@ -201,6 +201,6 @@ $gap: 4px; .pathText { overflow: hidden; text-overflow: ellipsis; - width: 100%; direction: rtl; + white-space: nowrap; }