Add text overflow handling for invite link in Organization Settings dialog
This commit is contained in:
@@ -464,6 +464,8 @@ class _OrganizationSettingsDialogState
|
|||||||
Expanded(
|
Expanded(
|
||||||
child: Text(
|
child: Text(
|
||||||
'https://b0esche.cloud/join?token=${_inviteLink ?? ''}',
|
'https://b0esche.cloud/join?token=${_inviteLink ?? ''}',
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
style: TextStyle(color: AppTheme.secondaryText),
|
style: TextStyle(color: AppTheme.secondaryText),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user