Skip to content

Commit

Permalink
[docs] Fix react-select demo for internet explorer (#15332)
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz authored and oliviertassinari committed Apr 13, 2019
1 parent dea2617 commit 1e86a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const useStyles = makeStyles(theme => ({
placeholder: {
position: 'absolute',
left: 2,
bottom: 6,
fontSize: 16,
},
paper: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const useStyles = makeStyles((theme: Theme) =>
placeholder: {
position: 'absolute',
left: 2,
bottom: 6,
fontSize: 16,
},
paper: {
Expand Down

0 comments on commit 1e86a1c

Please sign in to comment.