rev timesheet & project

This commit is contained in:
2025-07-07 02:30:19 +08:00
parent 73f060e4a9
commit aa9f3de909
4 changed files with 371 additions and 202 deletions

View File

@@ -2,4 +2,9 @@
table td {
vertical-align: top;
text-align: left;
word-wrap: break-word;
overflow-wrap: break-word;
/* word-break: break-all; */
white-space: pre-line;
max-width: 20rem; /* adjust as needed */
}