Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions web_src/less/markup/content.less
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,13 @@

.task-list-item {
list-style-type: none;
position: relative;
line-height: 1.5rem;
min-height: 1.5rem; // to render a checkbox list without content `- [ ]`, we need this min-height to make sure the <li> can be visible

input[type="checkbox"] {
position: absolute;
top: .25em;
left: -1.6em;
left: 1.4em;
top: 3.8em;
}

p {
Expand Down