From 945c198c532c584e223404ab2fcfdf25127f0405 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Thu, 5 Oct 2017 01:08:19 -0500 Subject: display x-axis tick marks --- app/assets/stylesheets/pages/environments.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss index 9362d80d4e6..1e09141665f 100644 --- a/app/assets/stylesheets/pages/environments.scss +++ b/app/assets/stylesheets/pages/environments.scss @@ -288,8 +288,13 @@ fill: $black; } - .tick > text { - font-size: 12px; + .tick { + > line { + stroke: $gray-darker; + } + > text { + font-size: 12px; + } } .text-metric-title { -- cgit v1.2.3