Slider block doesn’t work inside vertical aligned columns
-
Steps to reproduce the issue:
1. Add a columns block (using the 50%-50% layout preset)
2. Add a Slider block inside one of the columns and add some images to it
3. Set a vertical alignment in the columns block (top, center or bottom)Then the slider block breaks.
If I add
width: 100%to the.wp-block-column.is-vertically-aligned-top,.wp-block-column.is-vertically-aligned-centerand.wp-block-column.is-vertically-aligned-bottomCSS rules in Gutenberg, the block works as expected.This might be a bug in Gutenberg itself, not in your plugin. I opened an issue on their GitHub:
https://github.com/WordPress/gutenberg/issues/19962
I hope it gets fixed for WP 5.4
The topic ‘Slider block doesn’t work inside vertical aligned columns’ is closed to new replies.