Is there a way to have a 2+ line tall text box that expands horizontally when the text doesn’t fit in it? I only manage to expand Label and RichTextLabel horizontally on exactly 1 line. If I change the Autowrap mode, it can expand vertically, but loses the ability to expand horizontally.
Desired features:
Always 2 lines tall (or some other static number, not 1)
Expands horizontally when needed (never vertically)