mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-28 11:24:11 +08:00
fix(rendering): Don't set a class on plaintext pre wrapping
Our HTML sanitizer that we run bodies through before rendering strips off this class, so it's not currently working with the class set. Since this CSS is specific to the email frame, should be OK to have no class at all.
This commit is contained in:
parent
ace6cf4c9e
commit
1f2b162d0a
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
pre.nylas-plaintext {
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue