Skip to content

Commit b3e466d

Browse files
authored
ENGCOM-7010: Fixed issue - 27099 #27106
2 parents 5bc7f00 + 1d4862f commit b3e466d

File tree

2 files changed

+8
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
.field {
8383
margin-right: 5px;
8484

85+
&.newsletter {
86+
max-width: 220px;
87+
}
88+
8589
.control {
8690
width: 100%;
8791
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
.block.newsletter {
8282
max-width: 44%;
8383
width: max-content;
84+
85+
.field.newsletter {
86+
max-width: 220px;
87+
}
8488

8589
.form.subscribe {
8690
> .field,

0 commit comments

Comments
 (0)