BigW Consortium Gitlab

Commit 3babd1e0 by Murat Dogan Committed by Annabel Gray

fix / assigne username wrapping problem has been fixed

parent f5e0b35d
...@@ -197,9 +197,21 @@ ...@@ -197,9 +197,21 @@
} }
&.assignee { &.assignee {
.author_link:hover { .author_link {
.author { display: block;
text-decoration: underline; 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