1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 13:57:10 +09:00

DROID-2286 Multispaces | Fix | Ellipsize profile name (#967)

This commit is contained in:
Evgenii Kozlov 2024-03-04 12:43:48 +01:00 committed by uburoiubu
parent b615e4b66c
commit 45ad524fc2
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -209,7 +209,9 @@ private fun SelectSpaceProfileHeader(
end = 44.dp
)
.fillMaxWidth()
.noRippleClickable { onProfileClicked() }
.noRippleClickable { onProfileClicked() },
maxLines = 1,
overflow = TextOverflow.Ellipsis
)
Box(
modifier = Modifier