Skip to content

Commit

Permalink
ENGCOM-6525: Fix for footer newsletter input field length in IE/Edge #…
Browse files Browse the repository at this point in the history
…26182

 - Merge Pull Request #26182 from divyajyothi5321/magento2:divyajyothi5321-Fix_26176
 - Merged commits:
   1. 63ec3e5
   2. adc7908
  • Loading branch information
magento-engcom-team committed Dec 28, 2019
2 parents 6159dc8 + adc7908 commit 036a253
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
.block.newsletter {
max-width: 44%;
width: max-content;

.form.subscribe {
> .field,
> .actions {
float: left;
}
}
}
}

Expand Down

0 comments on commit 036a253

Please sign in to comment.