Skip to content

Commit 381f3d2

Browse files
authored
Merge pull request Chen-Software#110 from Chen-Software/dev/breadcrumbs
Force Breadcrumbs in one line with `whiteSpace="nowrap"` --- - Issue: https://git.chen.so/tina-next-ts/i/c5e14d1619ab76a8b788b51e06219e339b85f7a9 - Patch: https://git.chen.so/tina-next-ts/p/ddb7b60aed348694ea901f8616a40fb14b27feda - Chen-Software#110
2 parents f75c063 + 49563f3 commit 381f3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Breadcrumbs/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ export const Breadcrumbs = ({ children, ...props }) => {
66
<Box as="nav" aria-label="breadcrumb" cursor="pointer">
77
<Flex
88
as="ol"
9-
display="flex"
109
listStyleType="none"
1110
alignItems="center"
1211
padding={0}
1312
margin={0}
13+
whiteSpace="nowrap"
1414
{...props}
1515
>
1616
<Box as="span" marginRight={3} marginBottom={1.5} fontSize="3xl">

0 commit comments

Comments
 (0)