Skip to content

Commit

Permalink
ENGCOM-7010: Fixed issue - 27099 #27106
Browse files Browse the repository at this point in the history
 - Merge Pull Request #27106 from dipeshrangani/magento2:hot/fix-27099
 - Merged commits:
   1. 706eee5
   2. 017d9de
   3. 723d310
  • Loading branch information
magento-engcom-team committed Jun 12, 2020
2 parents f3a160c + 723d310 commit 1d4862f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
.field {
margin-right: 5px;

&.newsletter {
max-width: 220px;
}

.control {
width: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
.block.newsletter {
max-width: 44%;
width: max-content;

.field.newsletter {
max-width: 220px;
}

.form.subscribe {
> .field,
Expand Down

0 comments on commit 1d4862f

Please sign in to comment.