Commit 45c833ab authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Filipa Lacerda

Resolve "Misalignment on suggested changes diff table"

parent a0dff2bf
......@@ -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">
......
---
title: Resolve Misalignment on suggested changes diff table
merge_request: 27612
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment