Margin settings are getting passed as strings instead of integers, which results in the margin values being ignored and/or the grid being broken.
Issue fork macyjs-3518151
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 1.1.x
changes, plain diff MR !2
- 3518151-margin-settings-are
compare
Comments
Comment #4
aron01 commentedI tested with these settings:
1440: 4,
1200: 4,
1024: {margin:{x:20,y:10,},columns:10},
640: 3,
360: 2,
Comment #7
kaszarobertMR looks fine and fixes the mentioned problem. Thanks for your contribution!