Can I set the overall width of a modal form in the UI model or app-model, e.g. to 25%?
My modal only has a few buttons (for confirmation) but takes most of the screen width:
Hello @tobias-amber-boulder,
yes, you can set the overall width of a form in the UI to a specific width you need.
I am assuming you are using the MasterDetail Layout. Therefor you have to:
That didn’t work for the Modal region. This setting seems to have no effect here.
Hi @tobias-amber-boulder
as far as I know the size of a modal can only be influenced through the theme. And we did that already for MRC/SRC ![]()
And THAT is the reason why your modal is soooo big, because it currently takes 75% of the width. Could you chat with an AI and reconfigure the CSS regarding a minWidth or some auto-resizing and only taking the space it needs, up to 75% (at least that was my intention when I wanted to make “my” modal larger…