Long Text on Dashboard

Hi all,
i'm trying to display an long text (quotes - so the length may vary) on the dashboard in an text-node.
My example flow (with static content here):

[{"id":"af43035e3b6b4a84","type":"tab","label":"Flow 6","disabled":false,"info":"","env":[]},{"id":"d83c30feefae2991","type":"ui_text","z":"af43035e3b6b4a84","group":"eb983c93529eead5","order":1,"width":0,"height":0,"name":"","label":"{{msg.payload.zitat}}","format":"{{msg.payload.urheber}}","layout":"col-center","className":"zitat","x":710,"y":180,"wires":[]},{"id":"e19e3929b3e9d96f","type":"inject","z":"af43035e3b6b4a84","name":"","props":[{"p":"payload.zitat","v":"We must understand love; we must be able to teach it, to create it, to predict it, or else the world is lost to hostility and to suspicion.","vt":"str"},{"p":"payload.urheber","v":" Abraham Maslow","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":390,"y":180,"wires":[["d83c30feefae2991"]]},{"id":"eb983c93529eead5","type":"ui_group","name":"Zitate","tab":"ebb1ed1c.5ebe2","order":1,"disp":true,"width":"6","collapse":false,"className":""},{"id":"ebb1ed1c.5ebe2","type":"ui_tab","name":"Mischok Academy","icon":"dashboard","disabled":false,"hidden":false}]

But, the text may be bigger than the group and so the text is overlaying the header or is not in the container. (see the pic)
2022-06-15 15_22_41-Dashboard Mischok Academy

The text-node is on auto-size. How can i get the height of the container dynamically arranged?

Thx for any help!!!

Auto size just sets the widget to 1 x width of group, height has to be set and is not dynamic.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.