Skip to content

Commit 59067e8

Browse files
committed
fix font
1 parent ed610e9 commit 59067e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

web_src/css/editor/combomarkdowneditor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
position: relative;
4646
}
4747
.combo-markdown-editor md-header::after {
48-
font-size: 65%;
48+
font-size: 10px;
4949
position: absolute;
50-
top: 10px;
50+
top: 7px;
5151
}
5252
.combo-markdown-editor md-header[level="1"]::after {
5353
content: "1";

web_src/css/modules/comment.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
padding: 0.5em 0 0;
2222
border: none;
2323
border-top: none;
24-
line-height: 1.2;
2524
}
2625

2726
.edit-content-zone .comment {

0 commit comments

Comments
 (0)