From 13f1e0df4f6f5c66f8785f72a40edec78defdeee Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 22 Nov 2024 16:04:24 +0530 Subject: [PATCH] Fix truncation --- web/apps/photos/src/components/PhotoViewer/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/apps/photos/src/components/PhotoViewer/index.tsx b/web/apps/photos/src/components/PhotoViewer/index.tsx index 741b14e42c..2ba43ada18 100644 --- a/web/apps/photos/src/components/PhotoViewer/index.tsx +++ b/web/apps/photos/src/components/PhotoViewer/index.tsx @@ -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" > - + {t("CONVERSION_FAILED_NOTIFICATION_MESSAGE")} - +