Navigation Menu

Skip to content

Commit

Permalink
fix: add min-height on item of task (fix #637) (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
seonim-ryu committed Sep 20, 2019
1 parent 03b98c1 commit 990b681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/tui-editor-contents.css
Expand Up @@ -223,6 +223,7 @@
list-style: none;
padding-left: 22px;
margin-left: -22px;
min-height: 20px;
}

.tui-editor-contents .task-list-item:before {
Expand Down

0 comments on commit 990b681

Please sign in to comment.