Merge branch '48902-fix-diff-vertical-alignment' into 'master'

Fix vertical alignment of text in diffs

Closes #48902

See merge request gitlab-org/gitlab-ce!21573
This commit is contained in:
Annabel Dunstone Gray 2018-09-10 17:01:49 +00:00
commit 33e7e59dcb
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