Add title to email overlay to prevent close button overlap.

This commit is contained in:
Patrick Fic
2022-11-03 16:37:09 -07:00
parent a62796b12f
commit 6c5d684218
5 changed files with 26 additions and 1 deletions

View File

@@ -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",
}}