Skip to content

Commit 037e676

Browse files
abhijit-hotaRokt33r
authored andcommitted
Fix: Tags wrapping on window resize
1 parent c148d34 commit 037e676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/atoms/TagNavigatorListItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const TagItem = styled.li`
1212
${flexCenter}
1313
background-color: ${({ theme }) => theme.secondaryBackgroundColor};
1414
border-radius: 12px;
15+
white-space: nowrap;
1516
`
1617

1718
const TagItemAnchor = styled.button`

0 commit comments

Comments
 (0)