Merge pull request #463 from efficientwrite/main

Fix table layout for mobile
This commit is contained in:
Matthew Esposito
2025-09-09 13:56:40 -04:00
committed by GitHub

View File

@@ -1853,6 +1853,14 @@ table {
border-spacing: 0;
}
th {
white-space: nowrap;
}
td {
word-wrap: break-word;
}
td,
th {
padding: 10px;