Merge a duplicate rule
parent
88ccc4b153
commit
0466836f2e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue