Closed gettonet closed 4 years ago
You're right. I will try to fix this issue. Our main problem when changing the styling of our blocks is to keep backwards compatibility with older versions of WordPress (and Gutenberg). But let's see what we can do.
Should be fixed in version 2.1.0
(see: https://github.com/liip/bootstrap-blocks-wordpress-plugin/releases/tag/2.1.0)
Looks like Gutenberg changed its css, so columns are overlapping. I kinda quick solved it by adding a 14px padding to the block, but it obviously needs to be fixed in an update.
.wp-block-wp-bootstrap-blocks-row > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="wp-bootstrap-blocks/column"], .wp-block-wp-bootstrap-blocks-row > .editor-inner-blocks > .editor-block-list__layout > [data-type="wp-bootstrap-blocks/column"] { padding: 14px; }