Skip to content

Commit

Permalink
Merge pull request #111 from gthomas-appfolio/fixSelectTextOverlap
Browse files Browse the repository at this point in the history
Fix select text overlap
  • Loading branch information
aaronpanch authored Jan 23, 2017
2 parents d7ce2c6 + f13eb90 commit c89a228
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/Select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
// TODO correct inner padding, colors to match BS styles

@import '~react-select/scss/default.scss';

.Select-input > input {
height: 100%;
}
}

.Select-value {
// Allow space for the "x" and prevent text overlap
padding-right: 3rem !important;
}
}

0 comments on commit c89a228

Please sign in to comment.