diff --git a/app/views/shared/_label_row.html.haml b/app/views/shared/_label_row.html.haml index adfd4e02b2..ca74cc3977 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