Skip to content

Instantly share code, notes, and snippets.

@jasonhobbsllc
Created May 22, 2017 16:22
Show Gist options
  • Save jasonhobbsllc/476babf1a87f63edbb1e824e0aebc6f3 to your computer and use it in GitHub Desktop.
Save jasonhobbsllc/476babf1a87f63edbb1e824e0aebc6f3 to your computer and use it in GitHub Desktop.
Correct an issue where the mobile view cuts off the opt in fields of a form. Erik Slater shared it in FB group in reply to Lara Young.
.site-container .optinform input[type="submit"] {
white-space: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment