diff --git a/lib/ui/screens/update_conversation_screen.dart b/lib/ui/screens/update_conversation_screen.dart index 861eb4e..e31bbf9 100644 --- a/lib/ui/screens/update_conversation_screen.dart +++ b/lib/ui/screens/update_conversation_screen.dart @@ -171,7 +171,9 @@ class _UpdateConversationScreen extends State { }) : null, ), - Text(tr("Allow all members of the conversation to add users")) + Flexible( + child: Text(tr( + "Allow all members of the conversation to add users"))) ], ),