Skip to content
Snippets Groups Projects

3471490: Add layout builder selector for field margin

2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,7 +10,8 @@
* Visual styles for fields.
*/
.field:not(:last-child) {
.field:not(:last-child),
.layout__region .block-layout-builder:not(:last-child) .field {
margin-block-end: var(--sp2);
}
Loading