Module with modal does not appear correctly in app

I built a module that is essentially a modal button (and accompanying modal container).
The text on the button is set via an input.

When I add that module into an app, the button doesn't appear correctly:

  • the button is square and cannot be resized
  • the text does not appear on it

Screenshot 2023-01-30 at 11.18.57

Hey @wabiloo!

It looks like the button needs to be a bit bigger in the canvas in order to display its text. It can help to fit the module's container to the button.

Even if the modal extends outside of the module container it should still display in the parent app, but that can make resizing the module significantly easier.

Can you let me know if that helps?