Commit 33e7e59d authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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
parents df3bb676 908b8b71
......@@ -72,6 +72,7 @@
.line_holder td {
line-height: $code-line-height;
font-size: $code-font-size;
vertical-align: top;
&.noteable_line {
position: relative;
......
---
title: Fix vertical alignment of text in diffs
merge_request: 21573
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