Skip to content

Commit 4d08d16

Browse files
authored
Merge pull request #4325 from nextcloud/backport/4312/stable26
2 parents d68a6fa + 69c2b3e commit 4d08d16

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css/prosemirror.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ div.ProseMirror {
3939
}
4040
}
4141

42+
ul[data-type=taskList] {
43+
margin-left: 1px;
44+
}
45+
4246
.checkbox-item {
4347
display: flex;
4448
align-items: start;
@@ -61,6 +65,7 @@ div.ProseMirror {
6165
box-shadow: none !important;
6266
background-position: center;
6367
cursor: pointer;
68+
left: 9px;
6469
}
6570
&.checked{
6671
&:before {
@@ -77,6 +82,7 @@ div.ProseMirror {
7782
display: block;
7883
flex-grow: 1;
7984
max-width: calc(100% - 28px);
85+
margin-left: 9px;
8086
}
8187
}
8288

0 commit comments

Comments
 (0)