Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
37dff7a9
Commit
37dff7a9
authored
May 24, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
04c59f6c
43b3d304
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
app/assets/javascripts/vue_shared/components/user_popover/user_popover.vue
...ripts/vue_shared/components/user_popover/user_popover.vue
+7
-3
changelogs/unreleased/61827-prevent-user-popover-icon-shrink.yml
...ogs/unreleased/61827-prevent-user-popover-icon-shrink.yml
+5
-0
No files found.
app/assets/javascripts/vue_shared/components/user_popover/user_popover.vue
View file @
37dff7a9
...
...
@@ -71,11 +71,15 @@ export default {
</div>
<div
class=
"text-secondary"
>
<div
v-if=
"user.bio"
class=
"js-bio d-flex mb-1"
>
<icon
name=
"profile"
css-classes=
"category-icon"
/>
<icon
name=
"profile"
css-classes=
"category-icon
flex-shrink-0
"
/>
<span
class=
"ml-1"
>
{{
user
.
bio
}}
</span>
</div>
<div
v-if=
"user.organization"
class=
"js-organization d-flex mb-1"
>
<icon
v-show=
"!jobInfoIsLoading"
name=
"work"
css-classes=
"category-icon"
/>
<icon
v-show=
"!jobInfoIsLoading"
name=
"work"
css-classes=
"category-icon flex-shrink-0"
/>
<span
class=
"ml-1"
>
{{
user
.
organization
}}
</span>
</div>
<gl-skeleton-loading
...
...
@@ -88,7 +92,7 @@ export default {
<icon
v-show=
"!locationIsLoading && user.location"
name=
"location"
css-classes=
"category-icon"
css-classes=
"category-icon
flex-shrink-0
"
/>
<span
class=
"ml-1"
>
{{
user
.
location
}}
</span>
<gl-skeleton-loading
...
...
changelogs/unreleased/61827-prevent-user-popover-icon-shrink.yml
0 → 100644
View file @
37dff7a9
---
title
:
Prevent icons from shrinking in User popover when contents exceed container
merge_request
:
28696
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