Skip to content
Snippets Groups Projects
Verified Commit f99f1989 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
parent 1b5e4160
No related branches found
No related tags found
11 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #350713 passed with warnings
Pipeline: drupal

#350732

    Pipeline: drupal

    #350718

      /*
      * 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);
      }
      /**
      * @file
      * Visual styles for fields.
      */
      .block-layout-builder:not(:last-child) .field {
      margin-block-end: var(--sp2);
      }
      ......@@ -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: {}
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment