Skip to content

Commit 1ba8077

Browse files
fix: optimize markdown style
1 parent 9a42bd2 commit 1ba8077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/styles/md-editor.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
padding: 0;
77
margin: 0;
88
font-size: inherit;
9-
table{
9+
word-break: break-word;
10+
table {
1011
display: block;
1112
}
1213
p {
1314
padding: 0 !important;
14-
word-break: break-word;
1515
}
1616
.md-editor-admonition {
1717
margin: 0;

0 commit comments

Comments
 (0)