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 d1353ad commit 5ce3479Copy full SHA for 5ce3479
web_src/css/markup/content.css
@@ -158,12 +158,13 @@
158
position: relative;
159
line-height: 1.5rem;
160
min-height: 1.5rem; /* // to render a checkbox list without content `- [ ]`, we need this min-height to make sure the <li> can be visible */
161
+ display: flex;
162
+ align-items: center;
163
}
164
165
.markup .task-list-item input[type="checkbox"] {
- position: absolute;
- top: 0.25em;
166
- left: -1.6em;
+ flex: 0 0 auto;
167
+ margin-right: .6em;
168
169
170
.markup .task-list-item p {
0 commit comments