Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8bda84d

Browse files
committed
Use break-words instead of break-all
1 parent 307bf61 commit 8bda84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ pre > code {
5252
}
5353

5454
.prose {
55-
@apply break-all;
55+
@apply break-words;
5656
}

0 commit comments

Comments
 (0)