fix(theme): remove extra margins from first and last paragraph inside a list element

closes #5353
pull/5355/head
Divyansh Singh 1 month ago committed by GitHub
parent 27c4a1a2a3
commit 8dbd782c75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -187,6 +187,14 @@
margin: 8px 0 0; margin: 8px 0 0;
} }
.vp-doc li > p:first-child {
margin-top: 0;
}
.vp-doc li > p:last-child {
margin-bottom: 0;
}
.vp-doc li.task-list-item { .vp-doc li.task-list-item {
list-style: none; list-style: none;
} }

Loading…
Cancel
Save