mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
fix: Line break truncated characters in English(#3103)
This commit is contained in:
parent
3964db20dc
commit
ceccf9f1fa
|
|
@ -11,6 +11,7 @@
|
|||
}
|
||||
p {
|
||||
padding: 0 !important;
|
||||
word-break: break-word;
|
||||
}
|
||||
.md-editor-admonition {
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue