layout-builder.pcss.css

Same filename in this branch
  1. 11.x core/modules/layout_builder/css/layout-builder.pcss.css
Same filename in other branches
  1. 10 core/modules/layout_builder/css/layout-builder.pcss.css
  2. 10 core/modules/navigation/css/base/layout-builder.pcss.css
.admin-toolbar .layout-builder-block {
  padding: 0;
}

#navigation-layout .layout-builder {
  border: none;
}

/* Label when "content preview" is disabled. */
.navigation-layout .layout-builder-block__content-preview-placeholder-label {
  font-size: 0.79rem;
  overflow-wrap: anywhere;
}

File

core/modules/navigation/css/base/layout-builder.pcss.css

View source
  1. .admin-toolbar .layout-builder-block {
  2. padding: 0;
  3. }
  4. #navigation-layout .layout-builder {
  5. border: none;
  6. }
  7. /* Label when "content preview" is disabled. */
  8. .navigation-layout .layout-builder-block__content-preview-placeholder-label {
  9. font-size: 0.79rem;
  10. overflow-wrap: anywhere;
  11. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.