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 1609f77 commit f15f897Copy full SHA for f15f897
web_src/less/markup/content.less
@@ -159,12 +159,12 @@
159
.task-list-item {
160
list-style-type: none;
161
line-height: 1.5rem;
162
+ margin-left: -1.6em;
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"] {
- position: absolute;
166
- left: 1.4em;
167
- top: 3.8em;
+ top: -.1em;
+ margin-right: calc(1.6em - 14px);
168
}
169
170
p {
0 commit comments