Fix line clamp for link previews in web UI (#26286)
parent
4c999a736c
commit
01f0cffc2c
|
@ -3633,7 +3633,9 @@ a.status-card {
|
||||||
|
|
||||||
.status-card.expanded .status-card__title {
|
.status-card.expanded .status-card__title {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
display: -webkit-box;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-card__content {
|
.status-card__content {
|
||||||
|
|
Reference in New Issue