Commit 09a387b5 authored by Annabel Gray's avatar Annabel Gray

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

fix / assigne username wrapping problem has been fixed

See merge request gitlab-org/gitlab-ce!18986
parents f5e0b35d 3babd1e0
......@@ -197,11 +197,23 @@
}
&.assignee {
.author_link:hover {
.author_link {
display: block;
padding-left: 42px;
position: relative;
&:hover {
.author {
text-decoration: underline;
}
}
.avatar {
left: 0;
position: absolute;
top: 0;
}
}
}
}
......
---
title: Wrapping problem on the issues page has been fixed
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