Hello,
I created a row with columns that have the width col-lg-3
, so one quarter of the row on a large screen. However, the column width is also applied to the column content in the editor itself – one quarter of the width of a block inside another block in the editor is tiny, so I can barely see what’s inside.
I don’t think I can attach a screenshot here, but my column just contains one HTML block, and the block is so narrow that I can see only one character on each line. Am I doing something wrong or is it an issue that should be fixed in the next version of the plugin?
]]>Hello,
I created a row block in a page a while ago, and today I noticed that it is broken in the editor.
Instead of my row block with columns inside, I see “This block contains unexpected or invalid content”.
If I click “Convert to HTML”, the content becomes: <div class="row justify-content-center" class="wp-block-ultimate-bootstrap-blocks-block-row"></div>
(with a lot of blank lines between both tags). The content of the row is entirely lost.
If I click “Resolve” and “Convert to blocks”, the content becomes <div class="row justify-content-center"></div>
(again, with a lot of blank lines between both tags and the content of the row is lost).
However, the row and its content still appear normally in my page, as long as I don’t edit it.
Is this a bug? What can I do?
]]>wordpress 5.4.2
“This block contains unexpected or invalid content”
RowBlock HTML output has “two” class attribute
<!-- wp:ultimate-bootstrap-blocks/block-row -->
<div class="row " class="wp-block-ultimate-bootstrap-blocks-block-row">
]]>