From 60f3e0032eb60b5f311ed6eee4a1ba068de16825 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 5 Dec 2014 17:14:16 -0600 Subject: [PATCH] Adjusted margin for markdown list in tast-text. Closes #2721 --- public/css/tasks.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/tasks.styl b/public/css/tasks.styl index 8a783ce65c..856b7a9a5e 100644 --- a/public/css/tasks.styl +++ b/public/css/tasks.styl @@ -107,6 +107,9 @@ for $stage in $stages line-height: 1.4 word-wrap: break-word + markdown > ul > li // Otherwise, + gets turned into a bullet and gets maksed by buttons + margin-left:20px + span.emoji width:1.5em height:1.5em