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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
45c833ab
Commit
45c833ab
authored
Apr 26, 2019
by
Natalia Tepluhina
Committed by
Filipa Lacerda
Apr 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Misalignment on suggested changes diff table"
parent
a0dff2bf
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 @
45c833ab
...
@@ -17,10 +17,10 @@ export default {
...
@@ -17,10 +17,10 @@ export default {
<
template
>
<
template
>
<tr
class=
"line_holder"
:class=
"lineType"
>
<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
}}
{{
line
.
old_line
}}
</td>
</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
}}
{{
line
.
new_line
}}
</td>
</td>
<td
class=
"line_content"
:class=
"lineType"
>
<td
class=
"line_content"
:class=
"lineType"
>
...
...
changelogs/unreleased/60874-fix-suggestion-misalignment.yml
0 → 100644
View file @
45c833ab
---
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