Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
a02c18441ae2
Commit
9d88b6ff
authored
May 17, 2018
by
Murat Dogan
Committed by
Annabel Gray
May 17, 2018
Browse files
fix / assigne username wrapping problem has been fixed
parent
6d1c9c40a53e
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/pages/issuable.scss
View file @
a02c1844
...
@@ -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
;
}
}
}
}
}
}
...
...
changelogs/unreleased/fix-assignee-name-wrap.yml
0 → 100644
View file @
a02c1844
---
title
:
Wrapping problem on the issues page has been fixed
merge_request
:
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment