Merge branch 'fix/assignee-name-wrap' into 'master'

fix / assigne username wrapping problem has been fixed

See merge request gitlab-org/gitlab-ce!18986
This commit is contained in:
Annabel Gray 2018-05-17 19:36:56 +00:00
commit 09a387b5e7
2 changed files with 20 additions and 3 deletions

View file

@ -197,9 +197,21 @@
}
&.assignee {
.author_link:hover {
.author {
text-decoration: underline;
.author_link {
display: block;
padding-left: 42px;
position: relative;
&:hover {
.author {
text-decoration: underline;
}
}
.avatar {
left: 0;
position: absolute;
top: 0;
}
}
}

View file

@ -0,0 +1,5 @@
---
title: Wrapping problem on the issues page has been fixed
merge_request:
author:
type: fixed