Skip to content

Commit

Permalink
fix(combobox): render ellipsis when label is overflowing (#12210)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Strubberg <sstrubberg@protonmail.com>
  • Loading branch information
janhassel and sstrubberg committed Oct 7, 2022
1 parent dd6502f commit 056efd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/scss/components/list-box/_list-box.scss
Expand Up @@ -812,6 +812,7 @@ $list-box-menu-width: rem(300px);
.#{$prefix}--list-box input[type='text'] {
min-width: 0;
background-color: inherit;
text-overflow: ellipsis;
}

// Windows HCM fix
Expand Down

0 comments on commit 056efd3

Please sign in to comment.