Unverified Commit 31533404 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3213557 by Sakthivel M, guilhermevp, tushar_sachdeva: Display title...

Issue #3213557 by Sakthivel M, guilhermevp, tushar_sachdeva: Display title checkbox is misaligned in Configure dialog box of layout builder
parent a442cd75
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -159,3 +159,7 @@
    border-top: 2px white solid;
  }
}

#drupal-off-canvas .form-type--boolean {
    margin-left: 0;
  }
+6 −0
Original line number Diff line number Diff line
@@ -150,3 +150,9 @@
    border-top: 2px white solid;
  }
}

#drupal-off-canvas {
  & .form-type--boolean {
    margin-left: 0;
  }
}