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',