mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Fix name too long issue
This commit is contained in:
parent
e31c91a55c
commit
0920a36cef
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user