mirror of https://github.com/status-im/codimd.git
fix(slide): adjust checkbox size
- to override rules in css/github-extract.css with `!important` already Signed-off-by: liuderchi <liuderchi@gmail.com>
This commit is contained in:
parent
12ab90020a
commit
334707e932
|
@ -81,7 +81,8 @@
|
||||||
.task-list-item-checkbox {
|
.task-list-item-checkbox {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
height: 1em;
|
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 {
|
pre code .wrapper {
|
||||||
|
|
Loading…
Reference in New Issue