fix / assigne username wrapping problem has been fixed

This commit is contained in:
Murat Dogan 2018-05-17 19:36:56 +00:00 committed by Annabel Gray
parent f5e0b35d30
commit 3babd1e0cb
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