Merge a duplicate rule

stable
David Barragán Merino 2014-07-31 10:06:53 +02:00
parent 88ccc4b153
commit 0466836f2e
1 changed files with 6 additions and 2 deletions

View File

@ -11,10 +11,14 @@ $column-margin: 0 10px 0 0;
} }
.kanban-table-header { .kanban-table-header {
@include table-flex();
margin-bottom: .5rem; margin-bottom: .5rem;
overflow: hidden; position: relative;
width: 100%; width: 100%;
.kanban-table-inner {
@include table-flex();
overflow: hidden;
position: absolute;
}
.task-colum_name { .task-colum_name {
@include table-flex-child($column-flex, $column-width, $column-shrink, $column-width); @include table-flex-child($column-flex, $column-width, $column-shrink, $column-width);
@extend %medium; @extend %medium;