Skip to content

Commit

Permalink
Fix path text
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinite committed Nov 24, 2020
1 parent 9d97235 commit 247741b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ui/v2.5/src/components/Tagger/Tagger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,9 @@ const TaggerList: React.FC<ITaggerListProps> = ({
</div>
<Link
to={`/scenes/${scene.id}`}
className="scene-link w-100"
title={scene.path}
className="scene-link overflow-hidden"
>
<TruncatedText text={`${originalDir}{file}.${ext}`} lineCount={2} />
<TruncatedText text={`${originalDir}\u200B${file}${ext}`} lineCount={2} />
</Link>
</div>
<div className="col-md-6 my-1 align-self-center">
Expand Down

0 comments on commit 247741b

Please sign in to comment.