feat: add word wrapping in messages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-07-07 20:23:47 +02:00
parent 0c6cae110f
commit a111180b52
No known key found for this signature in database
GPG key ID: 6AD2337BB02E657B

View file

@ -108,6 +108,7 @@ function getDayDifference(date1: Date, date2: Date) {
align-items: center;
column-gap: 1dvw;
width: 100%;
overflow-wrap: anywhere;
}
.message:hover {