From fab10c219977f20bd9ec75a448dd6dc62ff704b6 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Thu, 23 Feb 2017 08:01:47 +0100 Subject: [PATCH] [Button] Fix boxSizing when not rending a native button (#6224) --- src/Button/Button.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Button/Button.js b/src/Button/Button.js index 37c80335a1ea75..ed2911188cd21f 100644 --- a/src/Button/Button.js +++ b/src/Button/Button.js @@ -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',