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

View File

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