Skip to content

Commit 902d314

Browse files
authored
ENGCOM-3626: Fixed 19579: Input type import file alignment issue. #19580
2 parents 85a33b2 + 1a55e17 commit 902d314

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
@@ -296,6 +296,12 @@
296296
.admin__fieldset > & {
297297
margin-bottom: 3rem;
298298
position: relative;
299+
300+
&.field-import_file {
301+
.input-file {
302+
margin-top: 6px;
303+
}
304+
}
299305
}
300306

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

0 commit comments

Comments
 (0)