We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d68a6fa + 69c2b3e commit 4d08d16Copy full SHA for 4d08d16
1 file changed
css/prosemirror.scss
@@ -39,6 +39,10 @@ div.ProseMirror {
39
}
40
41
42
+ ul[data-type=taskList] {
43
+ margin-left: 1px;
44
+ }
45
+
46
.checkbox-item {
47
display: flex;
48
align-items: start;
@@ -61,6 +65,7 @@ div.ProseMirror {
61
65
box-shadow: none !important;
62
66
background-position: center;
63
67
cursor: pointer;
68
+ left: 9px;
64
69
70
&.checked{
71
&:before {
@@ -77,6 +82,7 @@ div.ProseMirror {
77
82
display: block;
78
83
flex-grow: 1;
79
84
max-width: calc(100% - 28px);
85
+ margin-left: 9px;
80
86
81
87
88
0 commit comments