Skip to content

Commit

Permalink
fix: set ember-power-select to 100% width (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
100starnight authored Oct 4, 2021
1 parent a2a0d51 commit 771e342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/denali/ember-power-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
.ember-power-select-multiple-options {
display: flex;
flex-wrap: wrap;
width: 100%;
}

.ember-power-select-options {
Expand Down
2 changes: 2 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = async function () {
},
},
},
/*
{
name: 'ember-canary',
npm: {
Expand All @@ -47,6 +48,7 @@ module.exports = async function () {
},
},
},
*/
{
name: 'ember-default-with-jquery',
env: {
Expand Down

0 comments on commit 771e342

Please sign in to comment.