From 86385f0d6febc3939da1f14949ef720410df18a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 6 Jul 2017 16:51:07 +0200 Subject: [PATCH] Fix drag-zone when sorting cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index afb5fe928..64a58fbb3 100644 --- a/css/style.scss +++ b/css/style.scss @@ -310,7 +310,9 @@ input.input-inline { } .card-list { - min-height: 40px; + padding-bottom: 100px; + padding-top: 40px; + margin-top:-40px; } } @@ -406,6 +408,7 @@ input.input-inline { text-align: center; padding: 10px; margin: 10px; + margin-top: -90px; border: none; overflow: hidden; -webkit-box-shadow: none;