Fix vertical alignment of text in diffs
- Adds changelog
This commit is contained in:
parent
607a256238
commit
908b8b712d
2 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
||||||
.line_holder td {
|
.line_holder td {
|
||||||
line-height: $code-line-height;
|
line-height: $code-line-height;
|
||||||
font-size: $code-font-size;
|
font-size: $code-font-size;
|
||||||
|
vertical-align: top;
|
||||||
|
|
||||||
&.noteable_line {
|
&.noteable_line {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Fix vertical alignment of text in diffs
|
||||||
|
merge_request: 21573
|
||||||
|
author:
|
||||||
|
type: fixed
|
Loading…
Reference in a new issue