Commit 4a284188 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Phil Hughes

Align embedded snippet mono space font with GitLab mono space font

parent 6bc0f1f7
...@@ -48,9 +48,6 @@ ...@@ -48,9 +48,6 @@
padding: 10px; padding: 10px;
border: 0; border: 0;
border-radius: 0; border-radius: 0;
font-family: $monospace-font;
font-size: $code-font-size;
line-height: $code-line-height;
margin: 0; margin: 0;
overflow: auto; overflow: auto;
overflow-y: hidden; overflow-y: hidden;
...@@ -58,6 +55,12 @@ ...@@ -58,6 +55,12 @@
word-wrap: normal; word-wrap: normal;
border-left: $border-style; border-left: $border-style;
} }
code {
font-family: $monospace-font;
font-size: $code-font-size;
line-height: $code-line-height;
}
} }
.line-numbers { .line-numbers {
......
---
title: Align embedded snippet mono space font with GitLab mono space font.
merge_request: !20865
author:
type: changed
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