We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
whiteSpace="nowrap"
1 parent f75c063 commit 49563f3Copy full SHA for 49563f3
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