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:

| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3178961-1-borked-dialog-modal.patch | 1.78 KB | bobooon |
| Screen Shot 2020-10-23 at 11.56.39 AM.png | 54 KB | mahmoud-zayed |
Comments
Comment #2
bobooon commentedProblem #1 - Library not always attached
Issue is related to attaching the
bootstrap_styles/layout_builder_form_stylelibrary on layout builder pages. Attaching inbootstrap_layout_builder/src/Plugin/Layout/BootstrapLayout.phpcauses the library to only attach under special circumstances. Moving the attachment tobootstrap_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-modalselector.Comment #5
mahmoud-zayed commentedComment #6
mahmoud-zayed commented