Created
May 22, 2017 16:22
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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