Files
vberp/src/app.css
2025-07-07 02:30:19 +08:00

10 lines
261 B
CSS

@import "tailwindcss";
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 */
}