Skip to content

Commit

Permalink
fix(multi-select): adjust text input left padding (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and tw15egan committed Apr 23, 2019
1 parent ee71589 commit 41909c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/multi-select/_multi-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
color: $text-01;
}

.#{$prefix}--multi-select.#{$prefix}--multi-select--selected .#{$prefix}--list-box__field {
padding-left: $carbon--spacing-03;
}

.#{$prefix}--multi-select--filterable {
.#{$prefix}--list-box__selection--multi {
position: absolute;
Expand All @@ -55,7 +51,7 @@
//
// i.e. the input field needs adjusted padding to account for the width of
// the number in <ListBox.Selection>
padding-left: carbon--mini-units(6);
padding-left: carbon--mini-units(7);
}
}

Expand Down

0 comments on commit 41909c6

Please sign in to comment.