[ADF-1913] added ellipsis to long category name (#3069)

This commit is contained in:
Vito
2018-03-13 11:54:35 +00:00
committed by Eugenio Romano
parent e12a3774e0
commit d4780d41ce

View File

@@ -26,5 +26,15 @@
&-card-container { &-card-container {
font-family: inherit; font-family: inherit;
} }
} }
@media screen and ($mat-small) {
adf-card-view .adf-property-value {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}
} }