@media (max-width: 640px) {
.table-component,
.table-component thead,
.table-component tbody,
.table-component tfoot,
.table-component tr {
display: block;
}
.table-component tbody td {
display: flex;
}
.table-component tbody td:not(.actions):before {
content: attr(title);
flex: 0 1 35%;
display: block;
white-space: nowrap;
}
}