From a9907de49a1967cff2fb53e9d6301cbfb528fdf8 Mon Sep 17 00:00:00 2001 From: Tap Date: Fri, 19 Feb 2016 02:56:56 +0800 Subject: [PATCH] Fix label - description spacing --- app/views/shared/_label_row.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/shared/_label_row.html.haml b/app/views/shared/_label_row.html.haml index adfd4e02b2e..ca74cc3977b 100644 --- a/app/views/shared/_label_row.html.haml +++ b/app/views/shared/_label_row.html.haml @@ -1,6 +1,7 @@ .label-row = link_to_label(label) - = markdown(label.description, pipeline: :single_line) + %span.prepend-left-10 + = markdown(label.description, pipeline: :single_line) .pull-right %strong.append-right-20