Skip to content

Commit 8d163db

Browse files
authored
Fix broken experiments table column shadow (#4099)
1 parent 30659a9 commit 8d163db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview/src/experiments/components/table/body/branchDivider/BranchDivider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const BranchDivider: React.FC<PropsWithChildren<BranchDividerProps>> = ({
1414
branch
1515
}) => (
1616
<thead data-testid="branch-name">
17-
<tr>
17+
<tr className={tablesStyles.experimentsTr}>
1818
<th className={tablesStyles.experimentsTd}>
1919
<div className={styles.branchName}>
2020
<Icon

0 commit comments

Comments
 (0)