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:
parent
b615e4b66c
commit
45ad524fc2
1 changed files with 3 additions and 1 deletions
|
@ -209,7 +209,9 @@ private fun SelectSpaceProfileHeader(
|
|||
end = 44.dp
|
||||
)
|
||||
.fillMaxWidth()
|
||||
.noRippleClickable { onProfileClicked() }
|
||||
.noRippleClickable { onProfileClicked() },
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis
|
||||
)
|
||||
Box(
|
||||
modifier = Modifier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue