mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
fix(Toast): incorrect height in legacy devices (#5931)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user