1

When using multi-column layouts, it seems that the default css does not allow for responsive layouts with the form is embedded in a webpage. Rather, it is set to 600 or 300 / 300 for two collumns, etc.


The default form styling should let the form be either fixed width (600px or whatever) or full width (100%), then all children should flex within that. The default styling should be responsive using percentages and media widths rather than hard-coding widths of 300px, etc.

STATUS DETAILS
New