Fix New Lines in Stream Description

This commit is contained in:
Alexandru Branza 2023-08-25 13:53:58 +03:00 committed by GitHub
parent 1335e91356
commit 4c4bce6e58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
color: var(--primary-foreground-color);
white-space: pre;
}
.play-icon {
@ -116,4 +117,4 @@
}
}
}
}
}