提交 45c833ab 编写于 作者: N Natalia Tepluhina 提交者: Filipa Lacerda

Resolve "Misalignment on suggested changes diff table"

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册