Fix bug introduced into .c-table

This commit is contained in:
charlesh88 2019-03-26 11:48:03 -07:00
parent c0ce448dc3
commit c688d19e15

@ -48,11 +48,15 @@ table {
} }
} }
div.c-table {
// When c-table is used as a wrapper element in more complex table views
height: 100%;
}
.c-table { .c-table {
// Can be used by any type of table, scrolling, LAD, etc. // Can be used by any type of table, scrolling, LAD, etc.
$min-w: 50px; $min-w: 50px;
height: 100%;
width: 100%; width: 100%;
&__control-bar, &__control-bar,