Skip to content

Commit

Permalink
feat(Cargo): ✨ add responsive support for datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jan 4, 2023
1 parent 4f0286a commit dd7f21b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions skinStyles/extensions/Cargo/ext.cargo.datatables.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
*/

/* jquery.dataTables.css */
table.dataTable {
/* FIXME: Better handling of responsive table */
display: block;
overflow: auto;
max-width: 100%;
}

table.dataTable thead th,
table.dataTable tfoot th {
font-weight: var( --font-weight-semibold );
Expand Down

0 comments on commit dd7f21b

Please sign in to comment.