Fix the padding issue in the preview dropdown menu
The preview in the new tab button had a different padding. [MALPOET-5907]
This commit is contained in:
committed by
Veljko V
parent
b9ef6bb258
commit
619446051d
@@ -80,7 +80,7 @@ export function PreviewDropdown() {
|
||||
<MenuGroup>
|
||||
<div className="edit-post-header-preview__grouping-external">
|
||||
<Button
|
||||
className="edit-post-header-preview__button-external"
|
||||
className="edit-post-header-preview__button-external components-menu-item__button"
|
||||
onClick={() => {
|
||||
openInNewTab(newsletterPreviewUrl);
|
||||
}}
|
||||
|
Reference in New Issue
Block a user