Skip to content

Commit

Permalink
[StepButton] Fix IE 11 flexbox (#11814)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nta authored and oliviertassinari committed Jun 11, 2018
1 parent cd4847c commit 0b24ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/StepButton/StepButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const styles = theme => ({
boxSizing: 'content-box',
},
vertical: {
justifyContent: 'left',
justifyContent: 'flex-start',
},
touchRipple: {
color: 'rgba(0, 0, 0, 0.3)',
Expand Down

0 comments on commit 0b24ff1

Please sign in to comment.