mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
Make Mailspring less aggressive about wrapping wide emails, prefer horizontal scrolling
This commit is contained in:
parent
ca5f9bbb88
commit
3e3cad8f9d
1 changed files with 4 additions and 1 deletions
|
@ -83,10 +83,13 @@
|
|||
padding: 0;
|
||||
margin: auto;
|
||||
max-width: 840px;
|
||||
word-break: break-word;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
a {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid #eee;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue