1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-22 22:43:22 +00:00

Fix text overflow

This commit is contained in:
Pierre HUBERT 2021-03-14 15:25:29 +01:00
parent b48af1d638
commit af15c1ccbd

View File

@ -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")))
],
),