Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(select): fix arrow placement on IE 10
Browse files Browse the repository at this point in the history
closes #2213
  • Loading branch information
rschmukler committed Aug 17, 2015
1 parent f491e6d commit 70c0c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/select/select.scss
Expand Up @@ -104,6 +104,7 @@ md-select {
}

.md-select-icon {
display: block;
align-items: flex-end;
text-align: end;
width: 3 * $baseline-grid;
Expand Down

0 comments on commit 70c0c6e

Please sign in to comment.