Center the content on import newsletter template page

MAILPOET-3492
This commit is contained in:
oluwaseun Olorunsola
2021-11-02 09:51:04 +01:00
committed by Veljko V
parent 7ecddae1f5
commit c057623592
2 changed files with 6 additions and 1 deletions

View File

@@ -53,3 +53,8 @@
} }
} }
} }
.mailpoet-template-import {
grid-column: 1/-1;
margin: 0 auto;
}

View File

@@ -87,7 +87,7 @@ class ImportTemplate extends React.Component {
render() { render() {
return ( return (
<div> <div className="mailpoet-template-import">
<h4> <h4>
{MailPoet.I18n.t('importTemplateTitle')} {MailPoet.I18n.t('importTemplateTitle')}
<HelpTooltip <HelpTooltip