fix: MD editor table cannot have too many columns and cannot scroll horizontally (#2845)

This commit is contained in:
shaohuzhang1 2025-04-10 13:54:54 +08:00 committed by GitHub
parent e5738f3b31
commit 5243e42100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
} }