diff --git a/src/components/Account/ActorInline.vue b/src/components/Account/ActorInline.vue
index 853a346dd..214eb7fee 100644
--- a/src/components/Account/ActorInline.vue
+++ b/src/components/Account/ActorInline.vue
@@ -2,7 +2,7 @@
   <div
     class="inline-flex items-start gap-2 bg-white dark:bg-violet-1 dark:text-white p-2 rounded-md"
   >
-    <div class="flex-none">
+    <div class="">
       <figure v-if="actor.avatar">
         <img
           class="w-8 h-8 rounded-full object-cover"