mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 06:47:20 +01:00
Fixes multiline list name
This commit is contained in:
@@ -173,7 +173,7 @@ fun PeopleListItem(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
horizontalArrangement = Arrangement.SpaceBetween,
|
||||
) {
|
||||
Text(peopleList.title)
|
||||
Text(peopleList.title, maxLines = 1, overflow = TextOverflow.Ellipsis)
|
||||
|
||||
Column(
|
||||
modifier = NoSoTinyBorders,
|
||||
|
||||
Reference in New Issue
Block a user