mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
fix(T2337): Break words to ensure messages wrap, fall back to horizontal scrolling of messages
Fixes T2337
This commit is contained in:
parent
2c3d4d5307
commit
fa2519923f
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@
|
|||
padding: 0;
|
||||
margin: auto;
|
||||
max-width: 840px;
|
||||
overflow: hidden;
|
||||
overflow-y: hidden;
|
||||
word-break: break-word;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue