mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[bugfix] Button: reset default margin in safari (#3577)
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: @button-default-height;
|
height: @button-default-height;
|
||||||
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: @button-default-font-size;
|
font-size: @button-default-font-size;
|
||||||
line-height: @button-default-line-height;
|
line-height: @button-default-line-height;
|
||||||
|
Reference in New Issue
Block a user