revery-ui / revery

:zap: Native, high-performance, cross-platform desktop apps - built with Reason!
https://www.outrunlabs.com/revery/
MIT License
8.07k stars 197 forks source link

fix(text): Allow ellipsis style w/o needing a width property #1056

Closed bryphe closed 3 years ago

bryphe commented 3 years ago

Issue: If textOverflow(Ellipsis) is specified without a width(..) style, it is ignored.

Fix: Allow textOverflow(Ellipsis), using the available node width fromflex, if width(..) style is not specified.