Wappler Version : 5.2.2
Operating System : Windows 10 x64
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Docker
Expected behavior
“No gutters” options for row should be layout depended (saved for each layout separately). For instance: Horizontal alignment can be set differently for mobile and for Wide.
Actual behavior
“No gutters” is a global parameter and applied for all views/layouts - Mobile/Wide, etc.
How to reproduce
Switch to Wide layout
Set “no-gutters”
Switch to Mobile layout
Remove “no-gutters”
Switch back to Wide layout an no gutters will be removed
The no gutters button however will only ever apply the g-x class regardless of the current view, you could just set the gx and gy to 0 for the same effect I believe