Skip to content

Commit

Permalink
fix link cross alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jan 7, 2024
1 parent e5badfc commit ab53c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/theme/components/Link/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export function Link({
<NextLink className={cn} href={href}>
<styled.span
display="flex"
alignItems="center"
gap="1"
textOverflow="ellipsis"
overflowX="hidden"
Expand Down

0 comments on commit ab53c15

Please sign in to comment.