If we go to blocks restrictions and disabled the styles' plugins for a specific block, it will show a crashed design at that block.
Screenshot:
design

Comments

mahmoud-zayed created an issue. See original summary.

bobooon’s picture

Status: Needs work » Needs review
StatusFileSize
new1.78 KB

Problem #1 - Library not always attached

Issue is related to attaching the bootstrap_styles/layout_builder_form_style library on layout builder pages. Attaching in bootstrap_layout_builder/src/Plugin/Layout/BootstrapLayout.php causes the library to only attach under special circumstances. Moving the attachment to bootstrap_styles_page_attachments_alter() with the other libraries fixes the issue.

Problem #2 - Missing dialog modal padding

Simple as adding some default padding to the #layout-builder-modal selector.

mahmoud-zayed’s picture

Assigned: aaronchristian » Unassigned
Status: Needs review » Fixed
mahmoud-zayed’s picture

Status: Fixed » Closed (fixed)