Text clamp integration cards (#12302)

This commit is contained in:
Paulus Schoutsen 2020-03-06 21:58:38 -08:00 committed by GitHub
parent 17ae18cff0
commit 47f27e3409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,11 @@
}
.title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-decoration: none;
font-size: 18px;
color: #000;