diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/snippets.scss | 6 |
1 files 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; |