minor style problem on ios

This commit is contained in:
otsmr 2025-03-24 21:47:17 +01:00
parent 10dadcee7c
commit 8c74a8249f

View file

@ -134,8 +134,8 @@ class UserCheckbox extends StatelessWidget {
size: 12,
)),
Text(
displayName.length > 10
? '${displayName.substring(0, 10)}...'
displayName.length > 8
? '${displayName.substring(0, 8)}...'
: displayName,
overflow: TextOverflow.ellipsis,
),