Fix vertical alignment of text in diffs

- Adds changelog
This commit is contained in:
Paul Slaughter 2018-09-06 13:58:35 -05:00
parent 607a256238
commit 908b8b712d
2 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,7 @@
.line_holder td {
line-height: $code-line-height;
font-size: $code-font-size;
vertical-align: top;
&.noteable_line {
position: relative;

View File

@ -0,0 +1,5 @@
---
title: Fix vertical alignment of text in diffs
merge_request: 21573
author:
type: fixed