Skip to content

Commit

Permalink
[Button] Fix boxSizing when not rending a native button (#6224)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Feb 23, 2017
1 parent 5fcb1b8 commit fab10c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const styleSheet = createStyleSheet('MuiButton', (theme) => {
display: 'inline-flex',
alignItems: 'center',
justifyContent: 'center',
boxSizing: 'border-box',
minWidth: 88,
height: 36,
padding: '0px 16px',
Expand Down

0 comments on commit fab10c2

Please sign in to comment.