From 7947ffb000dce02e8d8f0e2454fb216339aeabc6 Mon Sep 17 00:00:00 2001 From: Dimitrie Hoekstra Date: Wed, 27 Nov 2019 17:51:33 +0000 Subject: Align embedded snippets with GitLab mono space font --- app/assets/stylesheets/snippets.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/snippets.scss b/app/assets/stylesheets/snippets.scss index bd777c66b56..546b7e820f1 100644 --- a/app/assets/stylesheets/snippets.scss +++ b/app/assets/stylesheets/snippets.scss @@ -33,6 +33,9 @@ } .file-content.code { + font-family: $monospace-font; + font-size: $code-font-size; + line-height: $code-line-height; border: $border-style; border-radius: 0 0 4px 4px; display: flex; @@ -48,9 +51,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; -- cgit v1.2.1