We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1f4ee commit 5339a80Copy full SHA for 5339a80
web_src/less/markup/content.less
@@ -158,14 +158,13 @@
158
159
.task-list-item {
160
list-style-type: none;
161
- position: relative;
162
line-height: 1.5rem;
163
min-height: 1.5rem; // to render a checkbox list without content `- [ ]`, we need this min-height to make sure the <li> can be visible
164
165
input[type="checkbox"] {
166
position: absolute;
167
- top: .25em;
168
- left: -1.6em;
+ left: 1.4em;
+ top: 3.8em;
169
}
170
171
p {
0 commit comments