mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: MD editor table cannot have too many columns and cannot scroll horizontally (#2845)
This commit is contained in:
parent
e5738f3b31
commit
5243e42100
|
|
@ -1,10 +1,14 @@
|
|||
.md-editor {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.md-editor-preview {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: inherit;
|
||||
table{
|
||||
display: block;
|
||||
}
|
||||
p {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue