Skip to content

Commit

Permalink
Fix line clamp on replies
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Aug 3, 2023
1 parent 051ac20 commit 509d8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/messages/FvMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ useIntersectionObserver(messageRef, ([{ isIntersecting }]) => {
<span class="text-white">{{ reply.sender.name }}</span>
<div
v-if="event.isText()"
class="text-dark-400 flex flex-col gap-2 break-word line-clamp-1 text-ellipsis"
class="text-dark-400 gap-2 break-word line-clamp-1 text-ellipsis"
v-html="replyBody.innerHTML"></div>
</div>
</TwemojiParse>
Expand Down

0 comments on commit 509d8f7

Please sign in to comment.