Limit message preview to single line

This commit is contained in:
styppo 2023-02-01 00:11:37 +00:00
parent f53f780487
commit c770c4cead
No known key found for this signature in database
GPG Key ID: 3AAA685C50724C28

View File

@ -127,6 +127,7 @@ export default {
.message p {
overflow: hidden;
text-overflow: ellipsis;
max-height: 1.5em;
}
}
</style>