fix: remove line-clamp from signatures in notifications (#703)
parent
b593977421
commit
5c773149c9
|
@ -46,7 +46,6 @@ defineOptions({
|
||||||
<div v-if="account.note" max-h-100 overflow-y-auto>
|
<div v-if="account.note" max-h-100 overflow-y-auto>
|
||||||
<ContentRich
|
<ContentRich
|
||||||
:content="account.note" :emojis="account.emojis"
|
:content="account.note" :emojis="account.emojis"
|
||||||
line-clamp-2
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<!-- Follow info -->
|
<!-- Follow info -->
|
||||||
|
|
Loading…
Reference in New Issue