summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-13 16:34:39 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-13 16:34:39 +0000
commit992aafbc03e315b6f8fa6355ab1856934f95d758 (patch)
tree63befd77b16459cf8e4f0d76d93249752d0165f5
parentd390b7cb539d6359e1bebc63010fe91c84becf56 (diff)
parent656fddb4a56f2c4e0a5ba3f20e245e1d6777c2bc (diff)
downloadgitlab-ce-jej-master-green.tar.gz
Merge branch 'empty-task-list-alignment' into 'master' jej/master-greenjej-master-green
Fixed alignment of empty task list items Closes #29913 See merge request !10480
-rw-r--r--app/assets/stylesheets/framework/typography.scss1
-rw-r--r--changelogs/unreleased/empty-task-list-alignment.yml4
2 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index c241816788b..664539e93e1 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -158,6 +158,7 @@
li.task-list-item {
list-style-type: none;
position: relative;
+ min-height: 22px;
padding-left: 28px;
margin-left: 0 !important;
diff --git a/changelogs/unreleased/empty-task-list-alignment.yml b/changelogs/unreleased/empty-task-list-alignment.yml
new file mode 100644
index 00000000000..ca04e1cab5a
--- /dev/null
+++ b/changelogs/unreleased/empty-task-list-alignment.yml
@@ -0,0 +1,4 @@
+---
+title: Fixed alignment of empty task list items
+merge_request:
+author: