Remove HTML border

This commit is contained in:
Amine Ben hammou
2019-04-17 21:38:39 +02:00
committed by M. Shull
parent 34e0211cb6
commit 7fd4270f59

View File

@@ -52,7 +52,7 @@ class TemplateBox extends React.Component {
onPreview() {
MailPoet.Modal.popup({
title: this.props.name,
template: '<div class="mailpoet_boxes_preview" style="background-color: {{ body.globalStyles.body.backgroundColor }}"><img src="{{ thumbnail }}" /></div>',
template: '<img src="{{ thumbnail }}" />',
data: this.props,
});
}