fix: remove line-clamp from signatures in notifications (#703)

zio/stable
Vjacheslav Trushkin 2023-01-02 19:42:05 +02:00 committed by GitHub
parent b593977421
commit 5c773149c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ defineOptions({
<div v-if="account.note" max-h-100 overflow-y-auto>
<ContentRich
:content="account.note" :emojis="account.emojis"
line-clamp-2
/>
</div>
<!-- Follow info -->