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
2b9bf8ac
Commit
2b9bf8ac
authored
Feb 04, 2021
by
Yogi
Committed by
Kushal Pandya
Feb 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix assignee avatar alignment in edit board modal
parent
745d126a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/fix-avatar-alignment-edit-board.yml
changelogs/unreleased/fix-avatar-alignment-edit-board.yml
+5
-0
ee/app/assets/javascripts/boards/components/assignee_select.vue
.../assets/javascripts/boards/components/assignee_select.vue
+1
-1
No files found.
changelogs/unreleased/fix-avatar-alignment-edit-board.yml
0 → 100644
View file @
2b9bf8ac
---
title
:
Fix assignee avatar alignment in edit board modal
merge_request
:
52453
author
:
Yogi (@yo)
type
:
fixed
ee/app/assets/javascripts/boards/components/assignee_select.vue
View file @
2b9bf8ac
...
...
@@ -107,7 +107,7 @@ export default {
</button>
</div>
<div
class=
"value"
>
<div
v-if=
"hasValue"
class=
"media"
>
<div
v-if=
"hasValue"
class=
"media
gl-display-flex gl-align-items-center
"
>
<div
class=
"align-center"
>
<user-avatar-image
:img-src=
"selected.avatar_url"
:size=
"32"
/>
</div>
...
...
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