Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ef7bc0c

Browse files
committed
SUP-598, On Apple landing page in mobile view some text/fields are cut off from screen
Fixed issue: the "Your email please" input field gets too small from 481px to 568px as raised by Nick during code review.
1 parent 135bc4f commit ef7bc0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/content/css/landing.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@
104104

105105
.mktoFormCol {
106106
width: 100%;
107+
.mktoFieldWrap {
108+
width: 100%;
109+
}
107110
}
108111
input {
109112
width: 100% !important;

0 commit comments

Comments
 (0)