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
  • Loading branch information
VladimirZaets authored Dec 31, 2019
2 parents 10ab84e + 036a253 commit c966d91
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 c966d91

Please sign in to comment.