mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:28:41 +00:00
minor style problem on ios
This commit is contained in:
parent
10dadcee7c
commit
8c74a8249f
1 changed files with 2 additions and 2 deletions
|
|
@ -134,8 +134,8 @@ class UserCheckbox extends StatelessWidget {
|
||||||
size: 12,
|
size: 12,
|
||||||
)),
|
)),
|
||||||
Text(
|
Text(
|
||||||
displayName.length > 10
|
displayName.length > 8
|
||||||
? '${displayName.substring(0, 10)}...'
|
? '${displayName.substring(0, 8)}...'
|
||||||
: displayName,
|
: displayName,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue