Skip to content

Commit f69837c

Browse files
authored
Fix comparison table row path chevron being cut (#2533)
* test * Fix chevron being cut from long comparison table row paths when pinning a column * Revert "test" This reverts commit 90f5b4f.
1 parent d87f689 commit f69837c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview/src/plots/components/comparisonTable/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ $gap: 4px;
106106

107107
svg {
108108
fill: $fg-color;
109+
min-width: fit-content;
109110
}
110111
}
111112

0 commit comments

Comments
 (0)