We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30659a9 commit 8d163dbCopy full SHA for 8d163db
webview/src/experiments/components/table/body/branchDivider/BranchDivider.tsx
@@ -14,7 +14,7 @@ export const BranchDivider: React.FC<PropsWithChildren<BranchDividerProps>> = ({
14
branch
15
}) => (
16
<thead data-testid="branch-name">
17
- <tr>
+ <tr className={tablesStyles.experimentsTr}>
18
<th className={tablesStyles.experimentsTd}>
19
<div className={styles.branchName}>
20
<Icon
0 commit comments