From 8761669ab95f9919dce058d40624bcf32c5bef0b Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 20 Jun 2019 20:12:41 +0800 Subject: [PATCH] [bugfix] Button: reset default margin in safari (#3577) --- packages/button/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/button/index.less b/packages/button/index.less index ac858bcc3..69f528f51 100644 --- a/packages/button/index.less +++ b/packages/button/index.less @@ -5,6 +5,7 @@ display: inline-block; box-sizing: border-box; height: @button-default-height; + margin: 0; padding: 0; font-size: @button-default-font-size; line-height: @button-default-line-height;