Skip to content

Commit

Permalink
fix(select): add min height to select text for windows since it shows…
Browse files Browse the repository at this point in the history
… border
  • Loading branch information
brandyscarney committed May 10, 2016
1 parent 3ca3027 commit e9c1442
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ionic/components/select/select.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ ion-select {

pointer-events: none;
}

.select-text {
min-height: 3rem;
}

0 comments on commit e9c1442

Please sign in to comment.