Skip to content

Commit

Permalink
[Button] Fix icon positioning (#12278)
Browse files Browse the repository at this point in the history
Closes #12271
  • Loading branch information
KevinAsher authored and oliviertassinari committed Jul 25, 2018
1 parent dc77616 commit 245f973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const styles = theme => ({
},
/* Styles applied to the span element that wraps the children. */
label: {
width: '100%', // assure the correct width for iOS Safari
display: 'inherit',
alignItems: 'inherit',
justifyContent: 'inherit',
Expand Down

0 comments on commit 245f973

Please sign in to comment.