Commit b55a4a72 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'embed-snippet-font' into 'master'

Align embedded snippet mono space font with GitLab mono space font

See merge request gitlab-org/gitlab!20865
parents 6bc0f1f7 4a284188
......@@ -48,9 +48,6 @@
padding: 10px;
border: 0;
border-radius: 0;
font-family: $monospace-font;
font-size: $code-font-size;
line-height: $code-line-height;
margin: 0;
overflow: auto;
overflow-y: hidden;
......@@ -58,6 +55,12 @@
word-wrap: normal;
border-left: $border-style;
}
code {
font-family: $monospace-font;
font-size: $code-font-size;
line-height: $code-line-height;
}
}
.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