From bacb350a180299fec8e277dc251f951276fe1c67 Mon Sep 17 00:00:00 2001 From: Florian Hartwich Date: Sun, 24 Sep 2017 13:03:21 +0200 Subject: [PATCH] lower height of chart --- static/src/app/statistic/overview/stats-overview.component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/app/statistic/overview/stats-overview.component.css b/static/src/app/statistic/overview/stats-overview.component.css index 96ae96f..7060d89 100644 --- a/static/src/app/statistic/overview/stats-overview.component.css +++ b/static/src/app/statistic/overview/stats-overview.component.css @@ -1,7 +1,7 @@ .slide-chart-container { width: 90%; min-width: 880px; - height: 750px; + height: 650px; margin: auto; padding-left: 6%; }