Hey,
Is there a way to apply textAlign to the whole tree, just like on a Text widget?
Text
Wrapping your html inside a <div style="text-align: right">...</div> should work.
<div style="text-align: right">...</div>
Most helpful comment
Wrapping your html inside a
<div style="text-align: right">...</div>should work.