Skip to content

Commit d65307d

Browse files
committed
fix: add word-break property to blog content for better text handling
1 parent 7db7381 commit d65307d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/Layout.astro

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ button {
130130

131131
.blog-content {
132132
line-height: 1.25;
133+
word-break: break-word;
133134
}
134135

135136
.blog-content h1 {

0 commit comments

Comments
 (0)