fix(Toast): incorrect height in legacy devices (#5931)

This commit is contained in:
neverland 2020-03-27 17:45:33 +08:00 committed by GitHub
parent a4d8ecae0f
commit 9d1b4d0a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {