Compare commits

...

1 Commits

Author SHA1 Message Date
David Corbitt
05a932ea74 Give negative margin to account for border 2023-07-23 16:46:34 -07:00

View File

@@ -51,6 +51,7 @@ export default function OutputsTable({ experimentId }: { experimentId: string |
...borders,
colStart: i + 2,
borderLeftWidth: i === 0 ? 1 : 0,
marginLeft: i === 0 ? "-1px" : 0,
};
return (
<>