Added monospace text and nowrap for tables

Update index.php, tables.php, and 7 more files...
This commit is contained in:
2025-08-25 23:36:25 +02:00
parent 17cb37d5cf
commit 44678bd9f4
8 changed files with 153 additions and 58 deletions

View File

@@ -18,6 +18,15 @@ tr, td {
}
}
.table-no-wrap,
.table-no-wrap > td, .table-no-wrap > th,
.table-no-wrap > tr > td, .table-no-wrap > tr > th,
.table-no-wrap > thead > tr > td, .table-no-wrap > thead > tr > th,
.table-no-wrap > tbody > tr > td, .table-no-wrap > tbody > tr > th {
white-space: nowrap;
text-wrap: nowrap;
}
/* Core > Tables > Cell Padding */