Add more spacing for checkboxes in the editor
This commit is contained in:
parent
c0130b2b48
commit
6c06554ebe
1 changed files with 6 additions and 2 deletions
|
@ -411,6 +411,10 @@ export default {
|
|||
.tabs ul {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.preview.content ul li input[type="checkbox"] {
|
||||
margin-right: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
|
|
Loading…
Reference in a new issue