Skip to content

Commit 0478cfa

Browse files
author
elonz
committed
Fix: ol > li[.task-list-item] (issue #7)
Change-Id: I1e7183428087eda600cc75ac8e95e09eb16451e8
1 parent 7de4daa commit 0478cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/themes/mweb-lark.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ ol {
121121
padding: 0px;
122122
list-style: none;
123123

124-
li {
124+
li:not([class*=task-list-item]) {
125125
word-wrap: break-all;
126126
padding-left: 22px;
127127
position: relative;
@@ -155,7 +155,7 @@ li+li, ul ul, ol ul, ul ol, ol ol, li ul, li ol {
155155
.task-list-item {
156156
padding-left: 28px;
157157
margin-left: -6px;
158-
list-style-type: none;
158+
list-style: none;
159159
word-wrap: break-all;
160160

161161
input {

0 commit comments

Comments
 (0)