fix: Line break truncated characters in English(#3103)

This commit is contained in:
wangdan-fit2cloud 2025-05-19 16:38:26 +08:00 committed by GitHub
parent 3964db20dc
commit ceccf9f1fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
}
p {
padding: 0 !important;
word-break: break-word;
}
.md-editor-admonition {
margin: 0;