diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-13 16:34:39 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-13 16:34:39 +0000 |
commit | 992aafbc03e315b6f8fa6355ab1856934f95d758 (patch) | |
tree | 63befd77b16459cf8e4f0d76d93249752d0165f5 /app/assets | |
parent | d390b7cb539d6359e1bebc63010fe91c84becf56 (diff) | |
parent | 656fddb4a56f2c4e0a5ba3f20e245e1d6777c2bc (diff) | |
download | gitlab-ce-992aafbc03e315b6f8fa6355ab1856934f95d758.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
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 1 |
1 files changed, 1 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; |