Merge pull request #832 from liuderchi/fix/checkbox-style-slide-mode

fix(slide): adjust checkbox size
This commit is contained in:
Christoph (Sheogorath) Kern 2018-05-31 19:21:10 +02:00 committed by GitHub
commit ef1097c58d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,8 @@
.task-list-item-checkbox {
font-size: inherit;
height: 1em;
margin: 0.2em 0 0.2em -0.65em !important;
transform: scale(2);
margin: 0.15em 0 0.15em -0.84em !important;
}
pre code .wrapper {