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
006fa8ae
Commit
006fa8ae
authored
Apr 26, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
ded385b2
d6d12d8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/javascripts/vue_shared/components/markdown/suggestion_diff_row.vue
...ts/vue_shared/components/markdown/suggestion_diff_row.vue
+2
-2
changelogs/unreleased/60874-fix-suggestion-misalignment.yml
changelogs/unreleased/60874-fix-suggestion-misalignment.yml
+5
-0
No files found.
app/assets/javascripts/vue_shared/components/markdown/suggestion_diff_row.vue
View file @
006fa8ae
...
...
@@ -17,10 +17,10 @@ export default {
<
template
>
<tr
class=
"line_holder"
:class=
"lineType"
>
<td
class=
"diff-line-num old_line"
:class=
"lineType"
>
<td
class=
"diff-line-num old_line
border-top-0 border-bottom-0
"
:class=
"lineType"
>
{{
line
.
old_line
}}
</td>
<td
class=
"diff-line-num new_line"
:class=
"lineType"
>
<td
class=
"diff-line-num new_line
border-top-0 border-bottom-0
"
:class=
"lineType"
>
{{
line
.
new_line
}}
</td>
<td
class=
"line_content"
:class=
"lineType"
>
...
...
changelogs/unreleased/60874-fix-suggestion-misalignment.yml
0 → 100644
View file @
006fa8ae
---
title
:
Resolve Misalignment on suggested changes diff table
merge_request
:
27612
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