Commit 8d767c95 authored by Jared Deckard's avatar Jared Deckard Committed by Clement Ho

Fix Ordered Task List Items

parent 3af72f9e
...@@ -169,14 +169,14 @@ ...@@ -169,14 +169,14 @@
} }
ul.task-list { ul.task-list {
li.task-list-item { > li.task-list-item {
list-style-type: none; list-style-type: none;
position: relative; position: relative;
min-height: 22px; min-height: 22px;
padding-left: 28px; padding-left: 28px;
margin-left: 0 !important; margin-left: 0 !important;
input.task-list-item-checkbox { > input.task-list-item-checkbox {
position: absolute; position: absolute;
left: 8px; left: 8px;
top: 5px; top: 5px;
......
---
title: Fix Ordered Task List Items
merge_request: 31483
author: Jared Deckard <jared.deckard@gmail.com>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment