summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-10-06 07:20:34 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-10-06 07:20:34 +0000
commit6c5837ae4933b17f657c80c96431e528ff62d971 (patch)
treef838d1a30a37237f33e849ad5e724ccdeea52137 /app/assets/stylesheets
parent9560d5b8399df42109e5768f19a99d0d5a664bd9 (diff)
parent790bc25dcd727471698838c5f8504fa9dc44fc37 (diff)
downloadgitlab-ce-6c5837ae4933b17f657c80c96431e528ff62d971.tar.gz
Merge branch '37105-monitoring-graph-axes-labels-are-inaccurate-and-inconsistent' into 'master'
Resolve "Monitoring graph axes labels are inaccurate and inconsistent" Closes #37105 See merge request gitlab-org/gitlab-ce!14258
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/environments.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index 6a9c2578d95..3b5e411e2c5 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -291,8 +291,14 @@
fill: $black;
}
- .tick > text {
- font-size: 12px;
+ .tick {
+ > line {
+ stroke: $gray-darker;
+ }
+
+ > text {
+ font-size: 12px;
+ }
}
.text-metric-title {