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

th-downstream
Eugen Rochko 1 year ago committed by GitHub
parent 4c999a736c
commit 01f0cffc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save