Is it possible to arrange nodes in such a way that a RichTextLabel would expand both horizontally and vertically? Essentially I'd like to create kinda like chat bubbles that match the text length horizontally when they have just a single line but then expand vertically when they have multiple lines.
I could definitely do it by code but I'd prefer to use the correct container nodes to achieve this if it is possible.