Skip to content

Commit 5243e42

Browse files
authored
fix: MD editor table cannot have too many columns and cannot scroll horizontally (#2845)
1 parent e5738f3 commit 5243e42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/src/styles/md-editor.scss

+4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
.md-editor {
22
font-weight: 400;
33
}
4+
45
.md-editor-preview {
56
padding: 0;
67
margin: 0;
78
font-size: inherit;
9+
table{
10+
display: block;
11+
}
812
p {
913
padding: 0 !important;
1014
}

0 commit comments

Comments
 (0)