Skip to content

Commit

Permalink
ENGCOM-7010: Fixed issue - 27099 #27106
Browse files Browse the repository at this point in the history
  • Loading branch information
slavvka authored Jun 12, 2020
2 parents 5bc7f00 + 1d4862f commit b3e466d
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 b3e466d

Please sign in to comment.