summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-26 08:33:43 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-27 08:58:29 -0500
commiteead6de867d50b2200a9df94c80413afee76d336 (patch)
treecf8413d72f6d88d3b2ff817f9af328452aacd62a
parent39ff809980efa3f4b1ddbd66f2ae2c843a6f0e9e (diff)
downloadgitlab-ce-project-list-alignment.tar.gz
Remove top padding on project list rowproject-list-alignment
-rw-r--r--app/views/shared/projects/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/projects/_project.html.haml b/app/views/shared/projects/_project.html.haml
index 71ed23476d2..cf0540afb38 100644
--- a/app/views/shared/projects/_project.html.haml
+++ b/app/views/shared/projects/_project.html.haml
@@ -54,5 +54,5 @@
= number_with_delimiter(project.star_count)
%span.prepend-left-10.visibility-icon.has-tooltip{ data: { container: 'body', placement: 'left' }, title: visibility_icon_description(project) }
= visibility_level_icon(project.visibility_level, fw: true)
- .prepend-top-5
+ .prepend-top-0
updated #{updated_tooltip}