Skip to content
Snippets Groups Projects
Commit 7aa7dad4 authored by Connor Shea's avatar Connor Shea
Browse files

Fix line numbers not matching up with code in Firefox.

parent b9c8a3d2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,7 +11,7 @@
border-radius: 0;
font-family: $monospace_font;
font-size: $code_font_size;
line-height: $code_line_height !important;
line-height: 19px;
margin: 0;
overflow: auto;
overflow-y: hidden;
Loading
Loading
@@ -47,7 +47,7 @@
font-family: $monospace_font;
display: block;
font-size: $code_font_size !important;
line-height: $code_line_height !important;
line-height: 19px;
white-space: nowrap;
 
i {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment