mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-25 03:52:18 +01:00
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 {
|
.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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue