Skip to content

Commit

Permalink
Merge pull request #1119 from filipecrosk/1116-updates-fix-icon-align…
Browse files Browse the repository at this point in the history
…ment-in-firefox

Fix alignment of ember-power-select-option icon in Firefox
  • Loading branch information
filipecrosk committed Mar 7, 2017
2 parents 83f3895 + 07a5a14 commit f45b10b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/layout/_select-inline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ $list-height: 220px;
&:before {
content: "";
height: 10px;
left: 10px; // fix for firefox inline
margin: 5px 7px 0 0;
position: absolute;
width: $icon-width;
Expand Down

0 comments on commit f45b10b

Please sign in to comment.