Hi, I can’t for life of me figure out why my text is wrapping when I rotate it.
When I make the width of the text box large enough then it doesnt wrap for some wierd reason, but then the box is too big for its container.
After messing with it It seems as though the text element wraps if the text box isnt wide enough, however when the text is rotated it is still acting like it’s not, therefore it wraps. When rotated it should only wrap if the height is not large enough. Clearly this is a bubble design flaw or bug or something but I’m wondering if anyone has found a way around it besides using an image?
Yes you basically have to set the width to be wide enough to hold the text as if it were horizontal, and the height tall enough to hold it vertical. I’m using it as a tab to open a sidebar so you can’t see the overflow due to the width of the floating group its in, so it works for me, but if you needed it in a larger group with other elements it would be problematic.