Commit 552b2817 authored by Mohammad Hawwari's avatar Mohammad Hawwari Committed by Rajab Natshah
Browse files

Issue #3263106 by mhawwari: Fix last inline block item styling in the Add a...

Issue #3263106 by mhawwari: Fix last inline block item styling in the Add a new custom block off canvas
parent 5bd47a03
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -485,6 +485,11 @@ body .layout-builder__add-block.is-layout-builder-highlighted {
  border-bottom: 0;
}

#drupal-off-canvas .inline-block-list li:last-child,
#layout-builder-modal .inline-block-list li:last-child {
  padding-bottom: 1rem;
}

#drupal-off-canvas .form-select,
#drupal-off-canvas .form-text,
#drupal-off-canvas input[type="text"],
+7 −0
Original line number Diff line number Diff line
@@ -495,6 +495,13 @@ body {
    border-bottom: 0;
  }

  .inline-block-list {
    li:last-child {
      padding-bottom: 1rem;
    }
  }


  .form-select,
  .form-text,
  input[type="text"],