Re: [FlexJS] Unexpected TextButton word wrapping

2016-12-02 Thread Alex Harui
Sounds ok to me. We are using nowrap on Label already. On 12/2/16, 4:22 PM, "Josh Tynjala" wrote: >I noticed that the default behavior for a TextButton is kind of weird. >Depending on how long the text is and how large the font size, it starts >wrapping to the next line for no particular reason

[FlexJS] Unexpected TextButton word wrapping

2016-12-02 Thread Josh Tynjala
I noticed that the default behavior for a TextButton is kind of weird. Depending on how long the text is and how large the font size, it starts wrapping to the next line for no particular reason. You don't even need to set the width or max-width. This doesn't look great, and I found it unintuitive.