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
10272073
Commit
10272073
authored
Sep 13, 2019
by
Martin Wortschack
Committed by
Clement Ho
Sep 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix visual glitch in MR table
- This aligns the author's avatar properly
parent
1ef23563
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ee/app/assets/javascripts/analytics/productivity_analytics/components/mr_table_row.vue
...lytics/productivity_analytics/components/mr_table_row.vue
+1
-1
ee/spec/frontend/analytics/productivity_analytics/components/__snapshots__/mr_table_row_spec.js.snap
...lytics/components/__snapshots__/mr_table_row_spec.js.snap
+3
-1
No files found.
ee/app/assets/javascripts/analytics/productivity_analytics/components/mr_table_row.vue
View file @
10272073
...
...
@@ -50,7 +50,7 @@ export default {
<div
class=
"table-section section-50 d-flex flex-row-reverse flex-md-row justify-content-between justify-content-md-start qa-mr-details"
>
<div>
<div
class=
"d-flex mr-md-2"
>
<gl-avatar
:src=
"mergeRequest.author_avatar_url"
:size=
"16"
/>
</div>
<div
class=
"mw-90p"
>
...
...
ee/spec/frontend/analytics/productivity_analytics/components/__snapshots__/mr_table_row_spec.js.snap
View file @
10272073
...
...
@@ -7,7 +7,9 @@ exports[`MergeRequestTableRow component on creation matches the snapshot 1`] = `
<div
class="table-section section-50 d-flex flex-row-reverse flex-md-row justify-content-between justify-content-md-start qa-mr-details"
>
<div>
<div
class="d-flex mr-md-2"
>
<glavatar-stub
alt="avatar"
entityid="0"
...
...
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