Verified Commit 73487835 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3471490 by nayana_mvr, smustgrave, larowlan: field:not(:last-child)...

Issue #3471490 by nayana_mvr, smustgrave, larowlan: field:not(:last-child) does not work with layout builder in olivero

(cherry picked from commit f99f1989)
parent 52a607a7
Loading
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Visual styles for fields.
 */

.block-layout-builder:not(:last-child) .field {
  margin-block-end: var(--sp2);
}
+8 −0
Original line number Diff line number Diff line
/**
 * @file
 * Visual styles for fields.
 */

.block-layout-builder:not(:last-child) .field {
  margin-block-end: var(--sp2);
}
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ global-styling:
      css/components/header-sticky-toggle.css: {}
      css/components/hero.css: {}
      css/components/links.css: {}
      css/components/layout-field.css: {}
      css/components/messages.css: {}
      css/components/navigation/nav-button-mobile.css: {}
      css/components/node.css: {}