Skip to content

Commit

Permalink
fix(multiselect): fix warn icon on inline (#11876)
Browse files Browse the repository at this point in the history
* fix(multiselect): fix warn icon on inline

* chore(multiselect): update args
  • Loading branch information
aledavila authored Aug 1, 2022
1 parent 53b6323 commit f797002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/styles/scss/components/list-box/_list-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ $list-box-menu-width: rem(300px);
}

.#{$prefix}--list-box[data-invalid].#{$prefix}--list-box--inline
.#{$prefix}--list-box__field,
.#{$prefix}--list-box.#{$prefix}--list-box--warning.#{$prefix}--list-box--inline
.#{$prefix}--list-box__field {
padding-right: rem(56px);
}
Expand Down

0 comments on commit f797002

Please sign in to comment.