Fix long word subject overflow (#2485)

This commit is contained in:
Kasper 2024-06-02 01:51:51 +02:00 committed by GitHub
parent e7daf5abf2
commit e5d8e46268
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -219,6 +219,7 @@ body.platform-win32 {
font-size: @font-size-large;
color: @text-color;
margin-right: @spacing-standard;
overflow-wrap: anywhere;
}
.message-icons-wrap {
flex-shrink: 0;