Skip to content

Commit 325d22c

Browse files
committed
chore: style
1 parent 9e19188 commit 325d22c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/components/CheckboxNode/CheckboxNode.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ defineProps<{
2121

2222
<style scoped>
2323
.checkbox-node {
24-
display: inline-flex;
25-
align-items: center;
2624
margin-right: 0.5rem;
27-
height: 1.2rem;
2825
vertical-align: middle;
2926
}
3027

src/components/ParagraphNode/ParagraphNode.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ const nodeComponents = {
7373
.paragraph-node{
7474
margin: 1.25em 0;
7575
}
76-
.list-item .paragraph-node{
77-
display: flex;
78-
align-items: center;
79-
}
8076
li .paragraph-node{
8177
margin: 0;
8278
}

0 commit comments

Comments
 (0)