summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-28 07:58:36 +0000
committerPhil Hughes <me@iamphill.com>2017-04-28 07:58:36 +0000
commit995edc4c604222591723c856bb162922c6d84344 (patch)
treecad43157c0e71bc76062e29a7ea3df5f84b86543
parent6dc5c32050faaa2a56c65c88cf8bd213507ada4a (diff)
parenteead6de867d50b2200a9df94c80413afee76d336 (diff)
downloadgitlab-ce-995edc4c604222591723c856bb162922c6d84344.tar.gz
Merge branch 'project-list-alignment' into 'master'
Remove top padding on project list row See merge request !10939
-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}