Merge branch '39607-fix-avatar--vertical-align' into 'master'

Resolve "CI status icon and avatar are not vertically aligned in MR list"

Closes 

See merge request 
This commit is contained in:
Tim Zallmann 2018-02-15 10:21:37 +00:00
commit 2764b6f43a
2 changed files with 5 additions and 2 deletions
app/assets/stylesheets/framework
changelogs/unreleased

View file

@ -255,8 +255,6 @@ ul.controls {
}
.author_link {
display: inline-block;
.avatar-inline {
margin-left: 0;
margin-right: 0;

View file

@ -0,0 +1,5 @@
---
title: "Fix user avatar's vertical align on the issues and merge requests pages"
merge_request: 17072
author: Laszlo Karpati
type: fixed