From 0e8ca9be152fa5df0f64ba2230aa50a5ebae91d8 Mon Sep 17 00:00:00 2001 From: Anton Lykov <99159998+lykoffant@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:46:54 +0300 Subject: [PATCH] feat: add explanatory info with the full title --- src/components/FoundItem.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/FoundItem.tsx b/src/components/FoundItem.tsx index 3271a64..78b06b5 100644 --- a/src/components/FoundItem.tsx +++ b/src/components/FoundItem.tsx @@ -45,6 +45,7 @@ function FoundItem({ itemData }: FoundItemProps) { gutterBottom variant='h5' component='div' + title={itemData.Title} sx={{ textOverflow: 'ellipsis', whiteSpace: 'nowrap',