Skip to content

Commit

Permalink
style: Fix markdown style preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 22, 2021
1 parent 89a2be9 commit d1a0ed2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/markdown.less
Expand Up @@ -55,6 +55,9 @@
input {
vertical-align: middle;
margin: 0 .2em .25em -1.6em;
& + p {
display: inline;
}
}
h1, h2 {
border-bottom: 1px solid #eaecef;
Expand Down Expand Up @@ -86,6 +89,9 @@
}
ol, ul {
padding-left: 2em;
& > p {
margin-bottom: 0;
}
}
ul {
margin-bottom: 16px;
Expand Down

0 comments on commit d1a0ed2

Please sign in to comment.