Skip to content

Commit

Permalink
[docs] Fix react-select multiselection wrapping (#12412)
Browse files Browse the repository at this point in the history
* Fix overflow in react-select docs

Possible fix for #12411

* Update IntegrationReactSelect.js
  • Loading branch information
henkvhest authored and oliviertassinari committed Aug 4, 2018
1 parent 99650a6 commit 1230787
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const styles = theme => ({
},
valueContainer: {
display: 'flex',
flexWrap: 'wrap',
flex: 1,
alignItems: 'center',
},
Expand Down

0 comments on commit 1230787

Please sign in to comment.