Skip to content

Commit

Permalink
fix(theme): break long words (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyhyfj committed Sep 5, 2022
1 parent 288aa48 commit 9c739fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/theme-default/styles/base.css
Expand Up @@ -2,6 +2,7 @@
::before,
::after {
box-sizing: border-box;
word-break: break-word;
}

html {
Expand Down

0 comments on commit 9c739fd

Please sign in to comment.