1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00

Fix name too long issue

This commit is contained in:
Pierre HUBERT 2021-03-16 17:43:24 +01:00
parent e31c91a55c
commit 0920a36cef

View File

@ -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(