Skip to content

Commit

Permalink
Sets <p> margin to 0 for sent emails
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
  • Loading branch information
StCyr committed Jan 24, 2020
1 parent d7c1cdf commit c07b222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NewMessageDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ export default {
})
},
sendMessage(data) {
data.body = '<style>p{margin:0;}</style>' + data.body
return sendMessage(data.account, data)
},
},
Expand Down

0 comments on commit c07b222

Please sign in to comment.