Fix line clamp for link previews in web UI (#26286)

This commit is contained in:
Eugen Rochko 2023-08-02 04:17:23 +02:00 committed by GitHub
parent 4c999a736c
commit 01f0cffc2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3633,7 +3633,9 @@ a.status-card {
.status-card.expanded .status-card__title {
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.status-card__content {