Skip to content

Commit

Permalink
Fixed frame name text & tooltip in case of large names (#9043)
Browse files Browse the repository at this point in the history
Fixed text 'ellipsis' and tooltip on frame name
  • Loading branch information
klakhov authored Feb 4, 2025
1 parent 908a47d commit cae4e8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cvat-ui/src/components/annotation-page/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@
line-height: $grid-unit-size * 3;

> span {
display: inline-block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
user-select: none;
Expand Down

0 comments on commit cae4e8f

Please sign in to comment.