mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Fix text overflow
This commit is contained in:
@ -171,7 +171,9 @@ class _UpdateConversationScreen extends State<UpdateConversationScreen> {
|
||||
})
|
||||
: 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")))
|
||||
],
|
||||
),
|
||||
|
||||
|
Reference in New Issue
Block a user