Text Wraps when vertical

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?

1 Like

can you show a screenshot of the unexpected behavior?

The original post shows it, the text is to the right of the edit modal

Do you have any padding?

nope, no padding or margins, actually the only way I can get it to display properly is to make the width really wide, then add in negative margin

1 Like

can you show the layout tab of the text ? Maybe a fit to height with some paddong ? I never used rotated text, but will try.

@mark7 did you solve the issue ?

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.

This topic was automatically closed after 70 days. New replies are no longer allowed.