mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-11-05 03:14:26 +08:00
修复部分页面可能出现的水平滚动条问题 (#302)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
22df358bf6
commit
dd1a76d15e
@ -4,3 +4,9 @@ blockquote {
|
|||||||
margin-inline: 0;
|
margin-inline: 0;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a, span, code, kbd, pre, em, strong, b, i {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user