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

Commit 1d7971e

Browse files
Input type import file alignment issue. #19579
1 parent 9143820 commit 1d7971e

File tree

1 file changed

+6
-0
lines changed
  • app/design/adminhtml/Magento/backend/web/css/source/forms

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,12 @@
288288
.admin__fieldset > & {
289289
margin-bottom: 3rem;
290290
position: relative;
291+
292+
&.field-import_file {
293+
.input-file {
294+
margin-top: 6px;
295+
}
296+
}
291297
}
292298

293299
// Hide group legend and show first field label instead

0 commit comments

Comments
 (0)