Add title to email overlay to prevent close button overlap.
This commit is contained in:
@@ -178,6 +178,7 @@ export function EmailOverlayContainer({
|
||||
maskClosable={false}
|
||||
width={"80%"}
|
||||
onOk={() => form.submit()}
|
||||
title={t("emails.labels.emailpreview")}
|
||||
onCancel={() => {
|
||||
toggleEmailOverlayVisible();
|
||||
}}
|
||||
@@ -198,7 +199,7 @@ export function EmailOverlayContainer({
|
||||
<div>
|
||||
<div
|
||||
style={{
|
||||
marginTop: "1rem",
|
||||
// marginTop: "3rem",
|
||||
display: "flex",
|
||||
justifyContent: "flex-end",
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user