Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
integrate
Browse files Browse the repository at this point in the history
  • Loading branch information
dinomut1 committed Jun 27, 2024
1 parent 9d91e74 commit 338bbc3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,7 @@ export const FileGridItem: React.FC<FileGridItemProps> = (props) => {
</div>

<Tooltip title={t(props.item.fullName)} direction="bottom">
<div className="text-secondary relative mb-2 line-clamp-1 w-full text-wrap break-all text-sm ">
{props.item.fullName}
</div>
<div className="text-secondary line-clamp-1 w-full text-wrap break-all text-sm">{props.item.fullName}</div>
</Tooltip>
</div>
)
Expand Down

0 comments on commit 338bbc3

Please sign in to comment.