Fix truncation

This commit is contained in:
Manav Rathi
2024-11-22 16:04:24 +05:30
parent fb1082a7b7
commit 13f1e0df4f

View File

@@ -1043,7 +1043,6 @@ const ConversionFailedNotification1: React.FC<
);
};
import { EllipsizedTypography } from "@/base/components/Typography";
import { type ModalVisibilityProps } from "@/base/components/utils/modal";
import {
FilledIconButton,
@@ -1100,9 +1099,9 @@ const ConversionFailedNotification: React.FC<
// text in children.
overflow="hidden"
>
<EllipsizedTypography variant="small">
<Typography variant="small">
{t("CONVERSION_FAILED_NOTIFICATION_MESSAGE")}
</EllipsizedTypography>
</Typography>
</Stack>
<FilledIconButton onClick={handleClose}>