feat: better table formatting

This commit is contained in:
eneller
2025-03-12 22:57:53 +01:00
parent 3d3a177b7c
commit 29633a94c0
3 changed files with 15 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
*{
text-align: center;
}
.custom-table {
//table-layout: fixed;
width: 100%; /* Or a specific max-width */
}
.wrap-cell{
word-break: break-word;
white-space: normal;
}