Skip to content

Commit 5a2b4c0

Browse files
committed
add word-break to all elements
1 parent 9736420 commit 5a2b4c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ html {
1515
*::before,
1616
*::after {
1717
box-sizing: inherit;
18+
word-break: break-word;
1819
}
1920

2021
body {

0 commit comments

Comments
 (0)