Skip to content

Commit

Permalink
fixed overflpw of test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamalAlabdullah committed Nov 29, 2024
1 parent 72c563a commit c75d446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
display: flex;
align-items: center;
gap: var(--fds-spacing-2);
overflow: hidden;
}

.iconWrapper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
.label {
flex: 1;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
}

.root:hover .label {
Expand Down

0 comments on commit c75d446

Please sign in to comment.