Skip to content

Commit 9befe11

Browse files
fix: don't break words (fix #30) (#45)
* fix: don't break words * fix: don't break words as much as possible, but when the width is not enough, will still break --------- Co-authored-by: josc146 <josStorer@outlook.com>
1 parent f81cfbd commit 9befe11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content-script/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
font-size: 15px;
117117
line-height: 1.6;
118118
border-radius: 8px;
119-
word-break: break-all;
119+
word-break: break-word;
120120

121121
pre {
122122
margin-top: 10px;

0 commit comments

Comments
 (0)