Describe the bug
Playing with the Slideshow block in Jetpack, I found a possible bug in the Columns block.
To reproduce
Steps to reproduce the behavior:
Expected behavior
The block works as expected
Screenshots




Desktop (please complete the following information):
Additional context
Possible fix
If I add width: 100% to the .wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center and .wp-block-column.is-vertically-aligned-bottom CSS rules in Gutenberg, the slider block works as expected:
.wp-block-column.is-vertically-aligned-center {
align-self: center;
width: 100%; /* new */
}
Hi @mrleemon, thank you for reporting this issue. Hi @getdave, would you be able to have a look into this problem?
The Image Slider block from the following plugin https://wordpress.org/plugins/getwid/ suffers the same problem.
The Image Slider block from the following plugin https://wordpress.org/plugins/ultimate-blocks/ doesn't overflow the column when vertically aligned but there are some visual glitches if the width: 100% property is not present.


The Image Slider block from the plugin https://wordpress.org/plugins/otter-blocks/ is affected by this, too.


The Gutenbee plugin https://wordpress.org/plugins/gutenbee/ is also affected by this.


Andrew @aduth
I think this is an issue you might want to know about. (Since you have been working a lot with columns lately.)
Most helpful comment
Hi @mrleemon, thank you for reporting this issue. Hi @getdave, would you be able to have a look into this problem?