mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
fix(Toast): incorrect height in legacy devices (#5931)
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
&--html {
|
&--html {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
min-width: @toast-text-min-width;
|
min-width: @toast-text-min-width;
|
||||||
min-height: unset;
|
min-height: 0;
|
||||||
padding: @toast-text-padding;
|
padding: @toast-text-padding;
|
||||||
|
|
||||||
.van-toast__text {
|
.van-toast__text {
|
||||||
|
Reference in New Issue
Block a user