Fix experiment header section

This commit is contained in:
David Corbitt
2023-07-10 16:30:53 -06:00
parent 3f4e607e7c
commit d29e273faf
2 changed files with 4 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ export default function OutputsTable({ experimentId }: { experimentId: string |
padding={0}
// Have to use `style` instead of emotion style props to work around css specificity issues conflicting with the "> *" selector on Grid
style={{ borderRightWidth: 0, borderBottomWidth: 0 }}
h={8}
sx={stickyHeaderStyle}
>
<NewVariantButton />

View File

@@ -128,8 +128,9 @@ export default function Experiment() {
<Flex
px={4}
py={2}
direction={{ base: "column", md: "row" }}
alignItems={{ base: "flex-start", md: "center" }}
w="full"
direction={{ base: "column", sm: "row" }}
alignItems="flex-start"
>
<Breadcrumb flex={1}>
<BreadcrumbItem>