Remove height in taskboard

stable
Xavier Julián 2014-07-21 16:01:21 +02:00
parent fe8f7297f5
commit 8a52bf9a73
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ $column-margin: 0 10px 0 0;
.task-row { .task-row {
@include table-flex(); @include table-flex();
margin-bottom: .5rem; margin-bottom: .5rem;
min-height: 30rem; min-height: 17rem;
width: 100%; width: 100%;
} }
.taskboard-tasks-box { .taskboard-tasks-box {