Replace text-wrap with white-space because of better support (#2338)

This commit is contained in:
ekzyis 2025-07-27 00:24:11 +02:00 committed by GitHub
parent ec5ea1bc5f
commit ef1c586231
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@
} }
.timestamp { .timestamp {
text-wrap: nowrap; white-space: nowrap;
min-width: 20px; min-width: 20px;
text-align: right; text-align: right;
} }