mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Toast): incorrect height in legacy devices (#5931)
This commit is contained in:
parent
a4d8ecae0f
commit
9d1b4d0a3e
@ -42,7 +42,7 @@
|
||||
&--html {
|
||||
width: fit-content;
|
||||
min-width: @toast-text-min-width;
|
||||
min-height: unset;
|
||||
min-height: 0;
|
||||
padding: @toast-text-padding;
|
||||
|
||||
.van-toast__text {
|
||||
|
Loading…
x
Reference in New Issue
Block a user