Commit 0ff2f664 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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
parents afd6e517 92ec4c7a
......@@ -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 {
......
---
title: Fix the alignment of line numbers to lines of code in code viewer
merge_request: 13403
author: Trevor Flynn
\ No newline at end of file
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