diff --git a/lib/ui/community/community_views/topic/topic_community_view.dart b/lib/ui/community/community_views/topic/topic_community_view.dart index 3706645b..2370a15e 100644 --- a/lib/ui/community/community_views/topic/topic_community_view.dart +++ b/lib/ui/community/community_views/topic/topic_community_view.dart @@ -91,7 +91,6 @@ class TopicCommunityViewState extends State .bold .overflow(TextOverflow.ellipsis) .make(), - Spacer(), (model?.content ?? '') .text .maxLines(1) @@ -116,7 +115,7 @@ class TopicCommunityViewState extends State .make() ].row(), ], - ).box.height(160.w).make().expand(), + ).box.make().expand(), ], ), );