From 262413d094a229a1f99b223cf39992d7ac3e3b08 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 27 Sep 2016 17:15:36 -0400 Subject: [PATCH] Reduce whitespace at bottom of dashboard --- css/dashboard.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/dashboard.css b/css/dashboard.css index 711f7fae0b..d73bddfbdf 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -9,10 +9,8 @@ float: left; margin: 0; /* padding-bottom and min-height make sure that there is always a sizable drop zone. */ - min-height: 400px; - height: 400px; - height: auto !important; - padding: 0 0 250px; + min-height: 200px; + padding: 0 0 40px; list-style-type: none; } -- 2.25.1