Skip to content

Commit 0b66f31

Browse files
committed
#514: User sees content snapshot on Category Page in Admin Panel - Fixed label position
1 parent d47c7da commit 0b66f31

File tree

1 file changed

+6
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@
5858
margin-bottom: @indent__xs;
5959
margin-top: @indent__xs;
6060
min-height: 32px;
61-
text-align: right;
61+
62+
span[data-config-scope] {
63+
&:before {
64+
left: 0;
65+
}
66+
}
6267
}
6368
}
6469
}

0 commit comments

Comments
 (0)