summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/commits.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/commits.scss
parentd1148002416d1b5a21ebf7fdf2a71b201743033a (diff)
downloadgitlab-ce-96a47d42b7728a1f8c3057e2730b9a3a7ba463f0.tar.gz
Replace snake case in SCSS variables
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r--app/assets/stylesheets/pages/commits.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 63585e26022..9b51c54a0fc 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -79,7 +79,7 @@
.commit-message-container {
background-color: $body-bg;
position: relative;
- font-family: $monospace_font;
+ font-family: $monospace-font;
$left: 12px;
overflow: hidden; // See https://gitlab.com/gitlab-org/gitlab-ce/issues/13987
.max-width-marker {