mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-06 21:17:09 +08:00
Fix long word subject overflow (#2485)
This commit is contained in:
parent
e7daf5abf2
commit
e5d8e46268
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue