Broken header clearfix in flex-table. Poltergeist
parent
982d426aa9
commit
bd28d92e37
|
@ -12,11 +12,14 @@ $column-margin: 0 10px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.taskboard-table-header {
|
.taskboard-table-header {
|
||||||
|
height: 40px;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.taskboard-table-inner {
|
.taskboard-table-inner {
|
||||||
@include table-flex();
|
@include table-flex();
|
||||||
overflow: hidden;
|
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);
|
||||||
|
|
Loading…
Reference in New Issue