mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix overflow
This commit is contained in:
		@@ -147,10 +147,10 @@ class _ResetPasswordBodyState extends SafeState<_ResetPasswordBody> {
 | 
				
			|||||||
          Text(tr("Here are your options to reset your account:")),
 | 
					          Text(tr("Here are your options to reset your account:")),
 | 
				
			||||||
          _Spacer(),
 | 
					          _Spacer(),
 | 
				
			||||||
          OutlinedButton.icon(
 | 
					          OutlinedButton.icon(
 | 
				
			||||||
            onPressed: _openSendEmailDialog,
 | 
					              onPressed: _openSendEmailDialog,
 | 
				
			||||||
            icon: Icon(Icons.email),
 | 
					              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),
 | 
					          _Spacer(visible: _hasSecurityQuestions),
 | 
				
			||||||
          _hasSecurityQuestions
 | 
					          _hasSecurityQuestions
 | 
				
			||||||
              ? OutlinedButton.icon(
 | 
					              ? OutlinedButton.icon(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user