patchcablemgr/assets/plugins/tablesaw/src/tables.swipetoggle.css
2020-11-22 22:50:42 +00:00

10 lines
211 B
CSS
Executable File

.tablesaw-fix-persist {
table-layout: fixed;
}
@media only all {
/* Unchecked manually: Always hide */
.tablesaw-swipe th.tablesaw-cell-hidden,
.tablesaw-swipe td.tablesaw-cell-hidden {
display: none;
}
}