mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-26 00:50:56 -05:00
Added line clamp to embed descriptions
This commit is contained in:
parent
586b153eb8
commit
9ff0ce789a
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
// -webkit-line-clamp: 6;
|
-webkit-line-clamp: 6;
|
||||||
// -webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
|
Loading…
Reference in a new issue