From adde6a54abf24848f325dac75acf094a591d5c62 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sun, 10 Jan 2016 20:56:14 +0300 Subject: [PATCH] Increase dashboard item vertical margin --- dashboard/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/css/app.css b/dashboard/css/app.css index 1a515a3..d5c19bb 100644 --- a/dashboard/css/app.css +++ b/dashboard/css/app.css @@ -51,7 +51,6 @@ body { width: 950px; height: 120px; margin-right: 15px; - margin-bottom: 10px; } .linechart svg { width: 100%; @@ -94,6 +93,7 @@ body { float: left; width: 950px; height: 170px; + margin-bottom: 40px; } .boxplot svg { width: 100%;