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 7c951fd commit a961666Copy full SHA for a961666
web_src/less/markup/content.less
@@ -159,12 +159,18 @@
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;
169
}
170
+
171
+ p {
172
173
+ }
174
175
176
.task-list-item + .task-list-item {
0 commit comments