Skip to content

Commit 49563f3

Browse files
committed
Force Breadcrumbs in one line with whiteSpace="nowrap"
- Issue: https://git.chen.so/tina-next-ts/i/c5e14d1619ab76a8b788b51e06219e339b85f7a9
1 parent f75c063 commit 49563f3

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)