Fix line clamp for link previews in web UI (#26286)
This commit is contained in:
parent
4c999a736c
commit
01f0cffc2c
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue