Skip to content

Commit

Permalink
Add flex shrink to reply icon
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Aug 3, 2023
1 parent 509d8f7 commit c770b41
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 @@ -134,7 +134,7 @@ useIntersectionObserver(messageRef, ([{ isIntersecting }]) => {
<div class="flex flex-row gap-1 items-center text-xs">
<Icon
name="material-symbols:reply-rounded"
class="text-white" />
class="text-white flex-shrink-0" />
<span class="text-white">{{ reply.sender.name }}</span>
<div
v-if="event.isText()"
Expand Down

0 comments on commit c770b41

Please sign in to comment.