Skip to content

Commit

Permalink
[Select] Fix chip alignment (#10611)
Browse files Browse the repository at this point in the history
* Add flex to select menu

* Change size limit
  • Loading branch information
adamszeptycki authored and oliviertassinari committed Mar 11, 2018
1 parent 5697b0a commit 281be1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit
Expand Up @@ -7,7 +7,7 @@
{
"name": "The size of the whole library.",
"path": "build/index.js",
"limit": "96.6 KB"
"limit": "96.7 KB"
},
{
"name": "The main bundle of the documentation",
Expand Down
1 change: 1 addition & 0 deletions src/Select/Select.js
Expand Up @@ -38,6 +38,7 @@ export const styles = theme => ({
},
},
selectMenu: {
display: 'flex',
width: 'auto', // Fix Safari textOverflow
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
Expand Down

0 comments on commit 281be1e

Please sign in to comment.