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

Skip to content

Commit 307bf61

Browse files
committed
Add word-break to break-all for all markdown content
1 parent 168d404 commit 307bf61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ pre > code {
5050
.prose > a {
5151
@apply text-brand-600;
5252
}
53+
54+
.prose {
55+
@apply break-all;
56+
}

0 commit comments

Comments
 (0)