Skip to content

Commit

Permalink
Merge pull request #7205 from nextcloud/fix/mail-content-whitespace
Browse files Browse the repository at this point in the history
Fix unwanted whitespaces in mail content
  • Loading branch information
ChristophWurst authored Sep 7, 2022
2 parents 4ceea5b + bb1e05b commit 155e797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MessagePlainTextBody.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ export default {
}
</style>
<style lang="scss" scoped>
#mail-content, .mail-signature {
.message-container,
.mail-signature {
white-space: pre-wrap;
}
.mail-signature, .quoted {
Expand Down

0 comments on commit 155e797

Please sign in to comment.