Skip to content

Commit

Permalink
fix select style
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Aug 2, 2022
1 parent 07bb90c commit fe35c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/styles/carbon-components-ember.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ $ember-power-select-multiple-option-line-height: 1.45 !default;
}
.ember-power-select-trigger, .ember-power-select-trigger-multiple-input {
line-height: initial;
padding: 0 !important;
position: relative;
background: #f3f3f3;
min-width: 100px;
Expand All @@ -126,6 +125,7 @@ $ember-power-select-multiple-option-line-height: 1.45 !default;

.ember-power-select-placeholder {
height: 2.7rem;
display: inline;
padding: 0.8125rem 2.5rem 0.8125rem 1rem;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.10",
"version": "0.4.11",
"name": "carbon-components-ember",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit fe35c50

Please sign in to comment.