Skip to content

Commit 522bf9d

Browse files
committed
add word break
1 parent 635f965 commit 522bf9d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/MyBlog.Web/Components/Pages/PostDetail.razor.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
.share-btn.success {
2626
color: var(--color-success);
2727
}
28+
29+
article {
30+
word-break: break-word;
31+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
article {
2+
word-break: break-word;
3+
}

0 commit comments

Comments
 (0)