Skip to content

Commit

Permalink
fix: add text-overflow to suggestion list items (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton authored Sep 7, 2022
1 parent a7b0b03 commit c072558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/v2/styles/Autocomplete/Autocomplete-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
column-gap: var(--str-chat__spacing-2);

.str-chat__user-item--name {
@include utils.ellipsis-text;
width: 100%;
}
}
Expand All @@ -57,6 +58,7 @@
column-gap: var(--str-chat__spacing-2);

.str-chat__emoji-item--name {
@include utils.ellipsis-text;
width: 100%;
}
}

0 comments on commit c072558

Please sign in to comment.