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 {
|
.md-editor {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-editor-preview {
|
.md-editor-preview {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
table{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user