mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
fix: optimize markdown style
This commit is contained in:
parent
9a42bd2302
commit
1ba8077e95
|
|
@ -6,12 +6,12 @@
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: inherit;
|
||||
table{
|
||||
word-break: break-word;
|
||||
table {
|
||||
display: block;
|
||||
}
|
||||
p {
|
||||
padding: 0 !important;
|
||||
word-break: break-word;
|
||||
}
|
||||
.md-editor-admonition {
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue