How to have a multi-line button in the app? Currently the button gets the overflow omitted with the '...' - however I want it to simply wrap. This is easy enough with changing the css to be white-space: normal - however I want to be able to TELL it where to break. Trying to use jquery does nothing... using .innerHTML(), .text(), etc doesn't work at all. I have also tried adding in
, /r/n to the text itself but that just renders the unicode equivalent.