Commit b92c2630 authored by Clement Ho's avatar Clement Ho

Merge branch '5013-fix-multiple-assignee-avatar-alignment' into 'master'

Fix multiple assignees avatar alignment in issues list

Closes #5013

See merge request gitlab-org/gitlab-ee!4664
parents 863458b8 6b3241f7
......@@ -13,6 +13,16 @@
display: inline-block;
}
.issuable-meta {
.author_link {
display: inline-block;
}
.issuable-comments {
height: 18px;
}
}
.icon-merge-request-unmerged {
height: 13px;
margin-bottom: 3px;
......
---
title: Fix multiple assignees avatar alignment in issues list
merge_request: 4664
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