Merge pull request #18662 from dvdksn/fix-li-margin

fix: li margin issue
This commit is contained in:
David Karlsson 2023-11-14 15:39:50 +01:00 committed by GitHub
commit 100a6627ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
.prose {
li {
@apply mt-1 mb-1;
& > :first-child, & > :last-child {
@apply m-0;
}
}
a {
font-weight: 400;