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:
commit
0ff2f66425
2 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix the alignment of line numbers to lines of code in code viewer
|
||||
merge_request: 13403
|
||||
author: Trevor Flynn
|
Loading…
Reference in a new issue