We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e19188 commit 325d22cCopy full SHA for 325d22c
src/components/CheckboxNode/CheckboxNode.vue
@@ -21,10 +21,7 @@ defineProps<{
21
22
<style scoped>
23
.checkbox-node {
24
- display: inline-flex;
25
- align-items: center;
26
margin-right: 0.5rem;
27
- height: 1.2rem;
28
vertical-align: middle;
29
}
30
src/components/ParagraphNode/ParagraphNode.vue
@@ -73,10 +73,6 @@ const nodeComponents = {
73
.paragraph-node{
74
margin: 1.25em 0;
75
76
-.list-item .paragraph-node{
77
- display: flex;
78
79
-}
80
li .paragraph-node{
81
margin: 0;
82
0 commit comments