Add padding to make styling consistent

[MAILPOET-2745]
This commit is contained in:
Pavel Dohnal
2020-03-16 09:47:02 +01:00
committed by Veljko V
parent bb3cfa8bc7
commit 6671625fa9
3 changed files with 12 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ export default () => {
tooltipPosition="down"
onClick={() => toggleSidebar(!sidebarOpened)}
isPressed={sidebarOpened}
className="mailpoet-editor-header-button"
/>
</div>
<div className="edit-post-header__toolbar">
@@ -55,6 +56,7 @@ export default () => {
isSecondary
isLarge
href="?page=mailpoet-forms#/"
className="mailpoet-editor-header-button"
>
{MailPoet.I18n.t('back')}
</Button>