Skip to content

Commit c966d91

Browse files
ENGCOM-6525: Fix for footer newsletter input field length in IE/Edge #26182
2 parents 10ab84e + 036a253 commit c966d91

File tree

1 file changed

+7
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Newsletter/web/css/source

1 file changed

+7
-0
lines changed

app/design/frontend/Magento/luma/Magento_Newsletter/web/css/source/_module.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181
.block.newsletter {
8282
max-width: 44%;
8383
width: max-content;
84+
85+
.form.subscribe {
86+
> .field,
87+
> .actions {
88+
float: left;
89+
}
90+
}
8491
}
8592
}
8693

0 commit comments

Comments
 (0)