Center the content on import newsletter template page
MAILPOET-3492
This commit is contained in:
committed by
Veljko V
parent
7ecddae1f5
commit
c057623592
@@ -53,3 +53,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mailpoet-template-import {
|
||||
grid-column: 1/-1;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
@@ -87,7 +87,7 @@ class ImportTemplate extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<div className="mailpoet-template-import">
|
||||
<h4>
|
||||
{MailPoet.I18n.t('importTemplateTitle')}
|
||||
<HelpTooltip
|
||||
|
Reference in New Issue
Block a user