Skip to content

Commit

Permalink
Merge pull request #1 from cstergianos/feature/21592-newsletter-subsc…
Browse files Browse the repository at this point in the history
…ription-input-box-fix

Fix label being cutoff in Newsletter registration
  • Loading branch information
cstergianos authored Oct 21, 2019
2 parents abbfa03 + 7cc4507 commit 4916152
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
}

input {
padding-left: 35px;
padding: 0 0 0 35px; // Reset some default Safari padding values.
margin-right: 35px;
}

.title {
Expand Down Expand Up @@ -78,7 +79,8 @@

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
.block.newsletter {
width: 34%;
.lib-css(width, max-content);
max-width: 44%;
}
}

Expand Down

0 comments on commit 4916152

Please sign in to comment.