Skip to content

Commit 2b143b8

Browse files
committed
#514: User sees content snapshot on Category Page in Admin Panel - Change form Description label position. Refactoring.
1 parent e8233f3 commit 2b143b8

File tree

1 file changed

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

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,29 @@
5454
// ---------------------------------------------
5555

5656
.catalog-category-edit {
57-
.admin__fieldset {
58-
> .admin__field {
59-
&[data-index="description"] {
60-
> .admin__field-label {
61-
text-align: left;
62-
63-
label {
64-
span {
65-
&:before {
66-
left: 0;
67-
}
68-
}
69-
}
70-
}
71-
72-
> .admin__field-control {
73-
float: right;
57+
.admin__fieldset {
58+
> .admin__field {
59+
&[data-index="description"] {
60+
> .admin__field-label {
61+
text-align: left;
62+
63+
label {
64+
span {
65+
&:before {
66+
left: 0;
67+
}
68+
}
69+
}
70+
}
71+
72+
> .admin__field-control {
73+
float: right;
7474

75-
button.action-default {
76-
float: right;
77-
}
78-
}
79-
}
80-
}
81-
}
75+
button.action-default {
76+
float: right;
77+
}
78+
}
79+
}
80+
}
81+
}
8282
}

0 commit comments

Comments
 (0)