summaryrefslogtreecommitdiffstats
path: root/web/dashboard.slate.css
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-15 01:26:13 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-15 01:26:13 +0200
commit8960382b63da21c447bf5edc42c0e88030d6f739 (patch)
tree3807f7f952b5a74de65518844ddf64d901759cbe /web/dashboard.slate.css
parent407433cce6f5a0d4c9824a38eba9805f11211477 (diff)
prevent date, time and units from wrapping, at the chart legends
Diffstat (limited to 'web/dashboard.slate.css')
-rw-r--r--web/dashboard.slate.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/dashboard.slate.css b/web/dashboard.slate.css
index 361f7e67e6..c044736144 100644
--- a/web/dashboard.slate.css
+++ b/web/dashboard.slate.css
@@ -239,12 +239,18 @@ code {
font-size: 10px;
font-weight: normal;
margin-top: 0px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.netdata-legend-title-time {
font-size: 11px;
font-weight: bold;
margin-top: 0px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.netdata-legend-title-units {
@@ -255,6 +261,9 @@ code {
vertical-align: top;
font-weight: normal;
margin-top: 0px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.netdata-legend-series {