UNPKG

table-responsive

Version:

adapts a table to a responsive format that can be viewed on small screens (mobile)

3 lines (2 loc) 295 B
table.adaptToMobile{@apply w-full;}table.adaptToMobile th{@apply hidden sm:table-header-group;}table.adaptToMobile tr{@apply flex flex-col sm:table-row border-b sm:border-0 mb-2 pb-2 sm:mb-0 sm:pb-0;}.hideOnBiggerScreen{@apply inline-block sm:hidden;} /*# sourceMappingURL=styles.min.css.map */