mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Card: desc ellipsis (#2414)
This commit is contained in:
parent
4572681eed
commit
b9bc35fc9c
@ -37,8 +37,9 @@
|
|||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 90px;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
height: 90px;
|
||||||
|
min-width: 0; /* hack for flex box ellipsis */
|
||||||
}
|
}
|
||||||
|
|
||||||
&__title,
|
&__title,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user