Merge pull request #31 from Lednerb/fix-vueLight-listIndents

Fixed ordered list line indention bug.
This commit is contained in:
闪烁之狐 (blinkfox) 2020-03-18 00:44:42 +08:00 committed by GitHub
commit 10afba097a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,7 +281,7 @@ body {
}
#write ol li {
text-indent: 0.5rem;
padding-left: 0.5rem;
}
#write > ul:first-child,