Skip to content

Commit

Permalink
fix #1441 for ipad display block on social image
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcb777 committed Dec 13, 2018
1 parent d3305c0 commit 7501d38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mjml-social/src/SocialElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export default class MjSocialElement extends BodyComponent {
},
img: {
'border-radius': this.getAttribute('border-radius'),
display: 'block',
},
tdText: {
'vertical-align': 'middle',
Expand Down

0 comments on commit 7501d38

Please sign in to comment.