[bugfix] Button: reset default margin in safari (#3577)

This commit is contained in:
neverland 2019-06-20 20:12:41 +08:00 committed by GitHub
parent 5b12d80d97
commit 8761669ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;