mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-18 21:38:48 +00:00
Fix overflow
This commit is contained in:
@@ -149,8 +149,8 @@ class _ResetPasswordBodyState extends SafeState<_ResetPasswordBody> {
|
||||
OutlinedButton.icon(
|
||||
onPressed: _openSendEmailDialog,
|
||||
icon: Icon(Icons.email),
|
||||
label: Text(tr("Send us an email to ask for help")),
|
||||
),
|
||||
label: Flexible(
|
||||
child: Text(tr("Send us an email to ask for help")))),
|
||||
_Spacer(visible: _hasSecurityQuestions),
|
||||
_hasSecurityQuestions
|
||||
? OutlinedButton.icon(
|
||||
|
Reference in New Issue
Block a user