From 8a52bf9a730ff97de4fc4b49b2d772c8218472ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 21 Jul 2014 16:01:21 +0200 Subject: [PATCH] Remove height in taskboard --- app/styles/modules/taskboard-table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/modules/taskboard-table.scss b/app/styles/modules/taskboard-table.scss index 077bc2b5..1cefe095 100644 --- a/app/styles/modules/taskboard-table.scss +++ b/app/styles/modules/taskboard-table.scss @@ -50,7 +50,7 @@ $column-margin: 0 10px 0 0; .task-row { @include table-flex(); margin-bottom: .5rem; - min-height: 30rem; + min-height: 17rem; width: 100%; } .taskboard-tasks-box {