summaryrefslogtreecommitdiff
path: root/app/views/shared/_label_row.html.haml
diff options
context:
space:
mode:
authorTap <visibletrap@gmail.com>2016-02-19 02:56:56 +0800
committerTap <visibletrap@gmail.com>2016-02-19 02:56:56 +0800
commita9907de49a1967cff2fb53e9d6301cbfb528fdf8 (patch)
tree709ccc9fb53eac7423d87bc812219f0e65d39934 /app/views/shared/_label_row.html.haml
parent600bcefed90b1126afcec53f7e2e642588897058 (diff)
downloadgitlab-ce-a9907de49a1967cff2fb53e9d6301cbfb528fdf8.tar.gz
Fix label - description spacing
Diffstat (limited to 'app/views/shared/_label_row.html.haml')
-rw-r--r--app/views/shared/_label_row.html.haml3
1 files changed, 2 insertions, 1 deletions
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