UX: keep timestamp on single line (#23819)

This commit is contained in:
chapoi 2023-10-06 20:07:52 +02:00 committed by GitHub
parent e113eff663
commit 478e738bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@
& + .chat-message-info__bot-indicator, & + .chat-message-info__bot-indicator,
& + .chat-message-info__date { & + .chat-message-info__date {
margin-left: 0.25em; margin-left: 0.25em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
} }