block-experiments
block-experiments copied to clipboard
Layout grid: loading front end CSS along with editor CSS breaks the grid
If you use the grid block in a front-end editor situation the CSS from editor.css overrides the CSS in front.css. Generally things work well, except that the editor.css changes the grid from display: grid to display: flex.
This should probably be included as part of #85