fix spacing between lists and paragraphs
This commit is contained in:
@@ -286,6 +286,14 @@ textarea {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.md-content > :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.md-content > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.md-table-scroll {
|
||||
max-width: 100%;
|
||||
margin: 0.35rem 0 1rem;
|
||||
@@ -384,7 +392,8 @@ textarea {
|
||||
|
||||
.md-content ul,
|
||||
.md-content ol {
|
||||
margin-top: 0.65rem;
|
||||
margin-top: 0.85rem;
|
||||
margin-bottom: 0.85rem;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user