10 lines
211 B
CSS
Executable File
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;
|
|
}
|
|
} |