Skip to content

Commit

Permalink
style: reset markdown editor style
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyxh committed Aug 22, 2024
1 parent f7ec6da commit f1e70f6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/filehandle/md_editor/component/styles/MDEditor.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
pre,
blockquote,
hr {
// margin-top: 1em;
margin-top: 1em;
margin-bottom: 0.5em;
font-size: 15px;
line-height: 1.8;
Expand Down Expand Up @@ -86,16 +86,16 @@
line-height: 1.6;
}

// .typography {
// + h1,
// + h2,
// + h3,
// + h4,
// + h5,
// + h6 {
// margin-top: 2em;
// }
// }
.typography {
+ h1,
+ h2,
+ h3,
+ h4,
+ h5,
+ h6 {
margin-top: 2em;
}
}

:global(.tableWrapper) {
+ h1,
Expand Down

0 comments on commit f1e70f6

Please sign in to comment.