Closed bryphe closed 3 years ago
Issue: If textOverflow(Ellipsis) is specified without a width(..) style, it is ignored.
textOverflow(Ellipsis)
width(..)
Fix: Allow textOverflow(Ellipsis), using the available node width fromflex, if width(..) style is not specified.
flex
Issue: If
textOverflow(Ellipsis)
is specified without awidth(..)
style, it is ignored.Fix: Allow
textOverflow(Ellipsis)
, using the available node width fromflex
, ifwidth(..)
style is not specified.