Template:UNI2 Frame Data/style.css: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
(Created page with ".table.DataTable { display: block; overflow-x: auto; white-space: nowrap; }")
 
No edit summary
Line 1: Line 1:
.table.DataTable {
.table.dataTable {
     display: block;
     display: block;
     overflow-x: auto;
     overflow-x: auto;
     white-space: nowrap;
     white-space: nowrap;
}
}

Revision as of 11:32, 23 January 2024

.table.dataTable {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}