Skip to content

Commit

Permalink
feat: add explanatory info with the full title
Browse files Browse the repository at this point in the history
  • Loading branch information
lykoffant committed Feb 23, 2023
1 parent 81c94a9 commit 0e8ca9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FoundItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function FoundItem({ itemData }: FoundItemProps) {
gutterBottom
variant='h5'
component='div'
title={itemData.Title}
sx={{
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
Expand Down

0 comments on commit 0e8ca9b

Please sign in to comment.