Commit 18fee306 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'commit-row-avatar-align-top' into 'master'

Fixed commit avatar being aligned vertically

Closes #38411

See merge request gitlab-org/gitlab-ce!14587
parents 44a7c654 eac01836
......@@ -229,6 +229,10 @@ ul.content-list {
.label-default {
color: $gl-text-color-secondary;
}
.avatar-cell {
align-self: flex-start;
}
}
.panel > .content-list > li {
......
---
title: Fixed commit avatars being centered vertically
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment