diff options
author | Tap <visibletrap@gmail.com> | 2016-02-19 02:56:56 +0800 |
---|---|---|
committer | Tap <visibletrap@gmail.com> | 2016-02-19 02:56:56 +0800 |
commit | a9907de49a1967cff2fb53e9d6301cbfb528fdf8 (patch) | |
tree | 709ccc9fb53eac7423d87bc812219f0e65d39934 /app/views/shared/_label_row.html.haml | |
parent | 600bcefed90b1126afcec53f7e2e642588897058 (diff) | |
download | gitlab-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.haml | 3 |
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 |