Skip to content

Commit

Permalink
Fix: ol > li[.task-list-item] (issue #7)
Browse files Browse the repository at this point in the history
Change-Id: I1e7183428087eda600cc75ac8e95e09eb16451e8
  • Loading branch information
elonz committed Dec 7, 2021
1 parent 7de4daa commit 0478cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/mweb-lark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ ol {
padding: 0px;
list-style: none;

li {
li:not([class*=task-list-item]) {
word-wrap: break-all;
padding-left: 22px;
position: relative;
Expand Down Expand Up @@ -155,7 +155,7 @@ li+li, ul ul, ol ul, ul ol, ol ol, li ul, li ol {
.task-list-item {
padding-left: 28px;
margin-left: -6px;
list-style-type: none;
list-style: none;
word-wrap: break-all;

input {
Expand Down

0 comments on commit 0478cfa

Please sign in to comment.