Skip to content

Commit

Permalink
[StepButton] Fix StepButton overlap with StepContent
Browse files Browse the repository at this point in the history
Stop StepButton overlapping with StepContent when in a vertical orientation Stepper. Fixes issue 11857.
  • Loading branch information
rossmmurray committed Sep 9, 2019
1 parent b968c9a commit e9af326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/material-ui/src/StepButton/StepButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export const styles = {
/* Styles applied to the root element if `orientation="vertical"`. */
vertical: {
justifyContent: 'flex-start',
padding: '8px',
margin: '-8px',
},
/* Styles applied to the `ButtonBase` touch-ripple. */
touchRipple: {
Expand Down

0 comments on commit e9af326

Please sign in to comment.