mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Button: reset default margin in safari (#3577)
This commit is contained in:
parent
5b12d80d97
commit
8761669ab9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user