Fix mobile view with long descriptions

This commit is contained in:
Thomas Zarebczan 2021-05-14 13:51:55 -04:00 committed by GitHub
parent 4dc333de41
commit 2bbdbf4ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,7 @@
.media__info-text--fade {
-webkit-mask-image: -webkit-gradient(linear, left 30%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
overflow-wrap: anywhere;
}
.media__info-expand {