修复部分页面可能出现的水平滚动条问题 (#302)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
neveler 2025-10-20 06:27:08 +08:00 committed by GitHub
parent 22df358bf6
commit dd1a76d15e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,3 +4,9 @@ blockquote {
margin-inline: 0;
font-style: normal;
}
a, span, code, kbd, pre, em, strong, b, i {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}