[bugfix] Card: desc ellipsis (#2414)

This commit is contained in:
neverland
2019-01-01 21:54:14 +08:00
committed by GitHub
parent 4572681eed
commit b9bc35fc9c
+2 -1
View File
@@ -37,8 +37,9 @@
&__content {
position: relative;
height: 90px;
flex: 1;
height: 90px;
min-width: 0; /* hack for flex box ellipsis */
}
&__title,