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:
commit
09a387b5e7
2 changed files with 20 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
5
changelogs/unreleased/fix-assignee-name-wrap.yml
Normal file
5
changelogs/unreleased/fix-assignee-name-wrap.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Wrapping problem on the issues page has been fixed
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue