Skip to content

Commit

Permalink
🐛 Fix menu link overflow word break
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Sep 26, 2023
1 parent b880e92 commit 87ae21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme-nonepress/src/theme/Menu/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

&-link {
@apply flex items-center gap-2 whitespace-pre-wrap;
@apply flex items-center gap-2 whitespace-pre-wrap [word-break:break-word];

&-active,
&-active:hover,
Expand Down

0 comments on commit 87ae21f

Please sign in to comment.