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

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

Latest revision as of 11:34, 23 January 2024

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