Add more spacing for checkboxes in the editor
This commit is contained in:
parent
c0130b2b48
commit
6c06554ebe
@ -411,6 +411,10 @@ export default {
|
|||||||
.tabs ul {
|
.tabs ul {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.preview.content ul li input[type="checkbox"] {
|
||||||
|
margin-right: .5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user