Skip to content

Commit 7f79bee

Browse files
committed
#511: Content Snapshot on Product Page in Admin Panel
- Styling for Description and Scope Label(s)
1 parent 2a3db74 commit 7f79bee

File tree

1 file changed

+13
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source

1 file changed

+13
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_config.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,19 @@
6464
}
6565
}
6666
}
67+
68+
// Product
69+
> fieldset.admin__field-page-builder {
70+
.admin__field-label {
71+
text-align: left;
72+
73+
span[data-config-scope] {
74+
&:before {
75+
right: unset;
76+
}
77+
}
78+
}
79+
}
6780
}
6881

6982
.admin__field-wide.admin__field-page-builder {

0 commit comments

Comments
 (0)