Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 72438de

Browse files
Fixed-19573: Alignment Issue when create a new email template admin.
1 parent 81bae5c commit 72438de

File tree

1 file changed

+8
-3
lines changed
  • app/design/adminhtml/Magento/backend/web/css/source/forms

1 file changed

+8
-3
lines changed

app/design/adminhtml/Magento/backend/web/css/source/forms/_fields.less

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@
121121

122122
> .admin__field-control {
123123
#mix-grid .column(@field-control-grid__column, @field-grid__columns);
124-
.admin__field {
125-
margin-top: 8px;
126-
}
127124
}
128125

129126
> .admin__field-label {
@@ -150,6 +147,14 @@
150147
}
151148
}
152149
}
150+
151+
&#currently_used_for {
152+
> .admin__field-control {
153+
.admin__field {
154+
margin-top: 8px;
155+
}
156+
}
157+
}
153158
}
154159
}
155160

0 commit comments

Comments
 (0)