Set softWrap to true again for Pill text (#8391)

This commit is contained in:
AntsyLich 2022-11-01 03:20:24 +06:00 committed by GitHub
parent 1a25cea0d6
commit 8b0affe9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,6 @@ fun Pill(
text = text,
fontSize = fontSize,
maxLines = 1,
softWrap = false,
)
}
}