FIX: ensures date/time don't linebreak (#19225)

This commit is contained in:
Joffrey JAFFEUX 2022-11-28 19:43:36 +01:00 committed by GitHub
parent 7e504a1489
commit a3abbe07db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -463,6 +463,7 @@ $float-height: 530px;
&__date {
color: var(--primary-high);
font-size: var(--font-down-2);
white-space: nowrap;
}
.chat-channel-unread-indicator {