Projects logo are not centered vertically on projects page

This commit is contained in:
Florian Lemaitre 2017-07-28 21:41:40 +00:00 committed by Clement Ho
parent da967803cc
commit 987b53e321
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