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:
Rostislav Wolny
2024-02-29 15:06:18 +01:00
committed by Veljko V
parent b9ef6bb258
commit 619446051d

View File

@@ -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);
}}