mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Fix text overflow
This commit is contained in:
parent
b48af1d638
commit
af15c1ccbd
@ -171,7 +171,9 @@ class _UpdateConversationScreen extends State<UpdateConversationScreen> {
|
|||||||
})
|
})
|
||||||
: null,
|
: 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")))
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user