Skip to content

Commit dd1a76d

Browse files
authored
修复部分页面可能出现的水平滚动条问题 (#302)
1 parent 22df358 commit dd1a76d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

_sass/minimal-mistakes-plus.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ blockquote {
44
margin-inline: 0;
55
font-style: normal;
66
}
7+
8+
a, span, code, kbd, pre, em, strong, b, i {
9+
overflow-wrap: break-word;
10+
word-wrap: break-word;
11+
word-break: break-word;
12+
}

0 commit comments

Comments
 (0)