mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Fix name too long issue
This commit is contained in:
		@@ -62,11 +62,12 @@ class _AuthorizedGroupPageScreenState extends State<AuthorizedGroupPageScreen> {
 | 
			
		||||
            GroupIcon(
 | 
			
		||||
              group: _group,
 | 
			
		||||
            ),
 | 
			
		||||
            Text(
 | 
			
		||||
              " ${_group.displayName}",
 | 
			
		||||
              style: TextStyle(fontSize: 20),
 | 
			
		||||
            Expanded(
 | 
			
		||||
              child: Text(
 | 
			
		||||
                " ${_group.displayName}",
 | 
			
		||||
                style: TextStyle(fontSize: 20),
 | 
			
		||||
              ),
 | 
			
		||||
            ),
 | 
			
		||||
            Spacer(),
 | 
			
		||||
            Column(
 | 
			
		||||
              children: <Widget>[
 | 
			
		||||
                GroupMembershipWidget(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user