diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-12-03 13:41:56 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-12-03 13:41:56 -0600 |
commit | 9798703cc45cddf4545b21d33c1b1f77ede8f370 (patch) | |
tree | 74d4b5a3c4af7306b5a0fe4c2983c6102acab900 | |
parent | b9f98e379008a867033691185b88052ee6a29456 (diff) | |
download | gitlab-ce-9798703cc45cddf4545b21d33c1b1f77ede8f370.tar.gz |
Update -font-size variable name
-rw-r--r-- | app/assets/stylesheets/framework/highlight.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/highlight.scss b/app/assets/stylesheets/framework/highlight.scss index 452e946f95f..fb088003a90 100644 --- a/app/assets/stylesheets/framework/highlight.scss +++ b/app/assets/stylesheets/framework/highlight.scss @@ -46,7 +46,7 @@ a { font-family: $monospace-font; display: block; - font-size: $code_font_size !important; + font-size: $code-font-size !important; min-height: 19px; white-space: nowrap; |