Remove wrapping form datatable header (#2841)

This commit is contained in:
Popovics András 2018-01-17 13:54:43 +00:00 committed by Eugenio Romano
parent b932942983
commit ed6c62b990

View File

@ -120,6 +120,7 @@
color: $data-table-header-color; color: $data-table-header-color;
padding-bottom: 8px; padding-bottom: 8px;
box-sizing: border-box; box-sizing: border-box;
white-space: nowrap;
&.sortable { &.sortable {
@include no-select; @include no-select;