This commit is contained in:
2025-07-16 10:02:47 +08:00
parent 1553a1f2ed
commit 0ad2a41ab3

View File

@@ -51,6 +51,12 @@
line-height: 1.5rem;
word-break: keep-all !important;
}
.narshelpCenterdetail-app .nhlp-app-content p span{
word-wrap: break-word; /* 兼容旧浏览器 */
overflow-wrap: break-word; /* 优先在空格处换行,避免单词拆分 */
word-break: normal; /* 禁止强制拆分单词 */
hyphens: auto; /* 可选:超长单词用连字符换行(更优雅) */
}
.narshelpCenterdetail-app #rendered-content img {
max-width: 100%;
display: inline;