Fix experiment header section
This commit is contained in:
@@ -85,6 +85,7 @@ export default function OutputsTable({ experimentId }: { experimentId: string |
|
|||||||
padding={0}
|
padding={0}
|
||||||
// Have to use `style` instead of emotion style props to work around css specificity issues conflicting with the "> *" selector on Grid
|
// 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 }}
|
style={{ borderRightWidth: 0, borderBottomWidth: 0 }}
|
||||||
|
h={8}
|
||||||
sx={stickyHeaderStyle}
|
sx={stickyHeaderStyle}
|
||||||
>
|
>
|
||||||
<NewVariantButton />
|
<NewVariantButton />
|
||||||
|
|||||||
@@ -128,8 +128,9 @@ export default function Experiment() {
|
|||||||
<Flex
|
<Flex
|
||||||
px={4}
|
px={4}
|
||||||
py={2}
|
py={2}
|
||||||
direction={{ base: "column", md: "row" }}
|
w="full"
|
||||||
alignItems={{ base: "flex-start", md: "center" }}
|
direction={{ base: "column", sm: "row" }}
|
||||||
|
alignItems="flex-start"
|
||||||
>
|
>
|
||||||
<Breadcrumb flex={1}>
|
<Breadcrumb flex={1}>
|
||||||
<BreadcrumbItem>
|
<BreadcrumbItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user