[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,9 @@
&__content {
position: relative;
height: 90px;
flex: 1;
height: 90px;
min-width: 0; /* hack for flex box ellipsis */
}
&__title,