Skip to content
Snippets Groups Projects
Commit 8d767c95 authored by Jared Deckard's avatar Jared Deckard Committed by Clement Ho
Browse files

Fix Ordered Task List Items

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