diff --git a/lib/widgets/post/post_shared.dart b/lib/widgets/post/post_shared.dart index 3b163960..d80cf216 100644 --- a/lib/widgets/post/post_shared.dart +++ b/lib/widgets/post/post_shared.dart @@ -269,6 +269,7 @@ class PostReplyPreview extends HookConsumerWidget { ), borderRadius: BorderRadius.all(Radius.circular(8)), ), + width: double.infinity, child: LayoutBuilder( builder: (context, constraints) { return Column(