liip / bootstrap-blocks-wordpress-plugin

Bootstrap Gutenberg Blocks for WordPress
https://wordpress.org/plugins/wp-bootstrap-blocks/
280 stars 60 forks source link

WP5.4, backend layout issues #42

Closed gettonet closed 4 years ago

gettonet commented 4 years ago

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; }

tschortsch commented 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.

tschortsch commented 4 years ago

Should be fixed in version 2.1.0 (see: https://github.com/liip/bootstrap-blocks-wordpress-plugin/releases/tag/2.1.0)