Ok, css that doesn't work in all browsers is not an option...

This commit is contained in:
Linda 2018-09-20 10:33:00 -04:00
parent c9b2306827
commit f721c9591a

View file

@ -232,14 +232,6 @@ $stage-width: 480px;
flex-shrink: 1;
}
.credit-text {
/* Line clamping is not supported in IE, FF yet */
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.description-block {
display: flex;
width: 100%;