Skip to content

Commit 1a55e17

Browse files
ENGCOM-3626: Fixed 19579: Input type import file alignment issue. #19580
- Merge Pull Request #19580 from suryakant-krish/magento2:Fixed-19579 - Merged commits: 1. 9143820 2. 1d7971e
2 parents cf69967 + 1d7971e commit 1a55e17

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)