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

(cherry picked from commit 8b0affe9bd15d05b0aad7033d0069d17fb478852)
This commit is contained in:
AntsyLich 2022-11-01 03:20:24 +06:00 committed by Jobobby04
parent 9cc5831689
commit 762f383fb6

View File

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