This `Text` with `maxLines = 1` and `overflow = Te...
# compose
f
This
Text
with
maxLines = 1
and
overflow = TextOverflow.Ellipsis
breaks before a new word, causing the menu item to not take up the full available width. I there was no space behind the last "a", the item would have a larger width. My question is, how can I let this
Text
wrap in the middle of words instead? I tried
softWrap = false
but it has no effect
c
Can you force letter spacing to 0 and try again? If so, I have a bug open where things break when you use letter spacing and ellipsis. (Material text uses spacing and so by default... All ellipsis text is broken lol)
f
if it's just 1 word it uses the whole width
213 Views