summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/editor.scss
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-07-25 00:17:49 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-07-25 00:17:49 +0300
commit96a47d42b7728a1f8c3057e2730b9a3a7ba463f0 (patch)
tree194696847f83dab684ede5949a78fdaaa5d91726 /app/assets/stylesheets/pages/editor.scss
parentd1148002416d1b5a21ebf7fdf2a71b201743033a (diff)
downloadgitlab-ce-96a47d42b7728a1f8c3057e2730b9a3a7ba463f0.tar.gz
Replace snake case in SCSS variables
Diffstat (limited to 'app/assets/stylesheets/pages/editor.scss')
-rw-r--r--app/assets/stylesheets/pages/editor.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/editor.scss b/app/assets/stylesheets/pages/editor.scss
index 437621299e0..ddd1f8cc98a 100644
--- a/app/assets/stylesheets/pages/editor.scss
+++ b/app/assets/stylesheets/pages/editor.scss
@@ -84,7 +84,7 @@
.soft-wrap-toggle {
display: inline-block;
vertical-align: top;
- font-family: $regular_font;
+ font-family: $regular-font;
}
.soft-wrap-toggle {