Fixed alignment of empty task list items

Closes #29913
This commit is contained in:
Phil Hughes 2017-04-05 15:06:58 +01:00
parent a9ff23407c
commit 656fddb4a5
2 changed files with 5 additions and 0 deletions

View file

@ -158,6 +158,7 @@
li.task-list-item {
list-style-type: none;
position: relative;
min-height: 22px;
padding-left: 28px;
margin-left: 0 !important;

View file

@ -0,0 +1,4 @@
---
title: Fixed alignment of empty task list items
merge_request:
author: