Merge pull request #4354 from crookedneighbor/markdown-lists-in-tasks

Adjusted margin for markdown list in task-text.
This commit is contained in:
Blade Barringer 2014-12-06 16:42:31 -06:00
commit 8ba6bcddde

View file

@ -107,6 +107,9 @@ for $stage in $stages
line-height: 1.4 line-height: 1.4
word-wrap: break-word word-wrap: break-word
markdown > ul > li // Otherwise, + gets turned into a bullet and gets maksed by buttons
margin-left:20px
span.emoji span.emoji
width:1.5em width:1.5em
height:1.5em height:1.5em