Skip to content

Commit

Permalink
[StepButton] Fix overlap with StepContent (#17374)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmmurray authored and eps1lon committed Sep 10, 2019
1 parent b968c9a commit 6b118b8
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 6b118b8

Please sign in to comment.