Skip to content

Commit

Permalink
Used KTextTruncator in ReviewSelectionsPage to avoid text collision
Browse files Browse the repository at this point in the history
  • Loading branch information
shruti862 committed Jan 15, 2025
1 parent a4ff3b6 commit b652b6b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
<VFlex md5 sm12>
<VListTileContent>
<VListTileTitle>
<ActionLink
<KTextTruncator
class="subheading"
:class="getTitleClass(node)"
:text="getTitle(node)"
:maxLines="1"
@click="preview(node)"
/>
</VListTileTitle>
Expand Down

0 comments on commit b652b6b

Please sign in to comment.