mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Field: button width shrinked in firefox (#4144)
This commit is contained in:
parent
b573ba9f6a
commit
1d673ca898
@ -23,6 +23,7 @@
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
min-width: 0; // for flex-shrink in field__button
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: @field-input-text-color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user