Fix Experiments link top margin on experiments page
This commit is contained in:
@@ -18,7 +18,7 @@ export default function ExperimentsPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<AppShell>
|
<AppShell>
|
||||||
<VStack alignItems={"flex-start"} m={4}>
|
<VStack alignItems={"flex-start"} m={4} mt={1}>
|
||||||
<HStack w="full" justifyContent="space-between" mb={4}>
|
<HStack w="full" justifyContent="space-between" mb={4}>
|
||||||
<Breadcrumb flex={1}>
|
<Breadcrumb flex={1}>
|
||||||
<BreadcrumbItem>
|
<BreadcrumbItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user