We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f75c063 + 49563f3 commit 381f3d2Copy full SHA for 381f3d2
app/components/Breadcrumbs/index.tsx
@@ -6,11 +6,11 @@ export const Breadcrumbs = ({ children, ...props }) => {
6
<Box as="nav" aria-label="breadcrumb" cursor="pointer">
7
<Flex
8
as="ol"
9
- display="flex"
10
listStyleType="none"
11
alignItems="center"
12
padding={0}
13
margin={0}
+ whiteSpace="nowrap"
14
{...props}
15
>
16
<Box as="span" marginRight={3} marginBottom={1.5} fontSize="3xl">
0 commit comments