Merge branch '35044-projects-logo-are-not-centered-vertically-on-projects-page' into 'master'

Projects logo are not centered vertically on projects page

Closes #35044, #31753, and #35546

See merge request !13124
This commit is contained in:
Clement Ho 2017-07-28 21:41:41 +00:00
commit 4c89929fb4
2 changed files with 8 additions and 0 deletions

View File

@ -88,6 +88,10 @@
overflow: hidden;
display: flex;
a {
display: flex;
}
.avatar {
border-radius: 0;
border: none;

View File

@ -0,0 +1,4 @@
---
title: Fix project logos that are not centered vertically on list pages
merge_request: 13124
author: Florian Lemaitre