Skip to content

Commit

Permalink
fix(multi-select): update filterable styles for long selection numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns committed Nov 22, 2019
1 parent a282fc3 commit 2adc449
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@
color: $text-01;
}

.#{$prefix}--multi-select--filterable {
.#{$prefix}--list-box__selection--multi {
position: absolute;
left: $carbon--spacing-03;
right: auto;
}
.#{$prefix}--multi-select--filterable.#{$prefix}--multi-select
.#{$prefix}--text-input {
padding-left: $carbon--spacing-03;
}

.#{$prefix}--multi-select--selected .#{$prefix}--text-input {
Expand Down

0 comments on commit 2adc449

Please sign in to comment.