Merge branch '29811-fix-line-number-alignment' into 'master'

Fix line numbers not matching up to code in code viewer.

Closes #29811

See merge request !13403
This commit is contained in:
Annabel Dunstone Gray 2017-08-10 14:05:25 +00:00
commit 0ff2f66425
2 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,7 @@
font-family: $monospace_font;
display: block;
font-size: $code_font_size !important;
line-height: 19px;
min-height: 19px;
white-space: nowrap;
i {

View File

@ -0,0 +1,4 @@
---
title: Fix the alignment of line numbers to lines of code in code viewer
merge_request: 13403
author: Trevor Flynn