Open carolinan opened 1 year ago
This is also the case query pagination blocks as well https://github.com/WordPress/gutenberg/issues/44587
I wonder if it would be possible to set Dimensions > Width to fill by default for this block. And disable the fit option. With the fit option enabled, the block is not visible in the editor or front. .This settings is available and set to fit by default when the block is placed inside row.
When inside a stack, changing the Dimensions > height settings make any difference, the block is never visible in the editor or front.
Issue is still alive and well. Forced to use HTML Line . And using
<hr style="
display: block;
height: 1px;
border: 0;
border-top: 2px solid #d4b767;
margin: 0;
padding:0;
width:100%;
" />
or a div with html block or in custom block like https://github.com/wpvillain/line-block
inside an html block is far from ideal.
Description
If you place a separator block inside a row or stack group block variation, the default and wide styles are not visible. The dotted block style is still visible in both the editor and front.
In 6.1.1. or 6.2. beta, without Gutenberg active, the default separator is visible in the editor only. The wide separator is not visible at all.
In 6.1.1. or 6.2. beta, with Gutenberg trunk active, the default and wide separator is not visible in the editor nor the front.
Step-by-step reproduction instructions
Copy this example code and paste it into the block editor. Check if the separator blocks are visible in the editor and front.
Screenshots, screen recording, code snippet
With Gutenberg active:
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes