diff --git a/webview/src/experiments/components/table/styles.module.scss b/webview/src/experiments/components/table/styles.module.scss index f3f0f89fb4..0073bf6e10 100644 --- a/webview/src/experiments/components/table/styles.module.scss +++ b/webview/src/experiments/components/table/styles.module.scss @@ -487,6 +487,11 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding; } } + svg { + position: relative; + top: -6px; + } + .innerCell, .timestampInnerCell { height: 100%; @@ -547,6 +552,7 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding; } .plotEye { + visibility: visible; color: $fg-color; display: inline-flex; align-items: center;