From the list: Build ✔ Gravity Forms: Submit Kyle S. added this on Jul 09, 2020 Completed Jul 09, 2020 by Kyle S. Assigned to Kyle S. Notes image.png 12.3 KB • Download Comments & Events Kyle Sullivan, Web Development I fixed this by adding the following in /sass/secondary/components/_forms.scss. @media screen and (max-width: 641px) { form { .gform_footer { input[type="submit"] { max-width: unset; } } } } Jul 09, 2020 at 12:49 PM No one was notified Kyle Sullivan completed this to-do. Jul 09, 2020 at 12:49 PM
Kyle Sullivan, Web Development I fixed this by adding the following in /sass/secondary/components/_forms.scss. @media screen and (max-width: 641px) { form { .gform_footer { input[type="submit"] { max-width: unset; } } } } Jul 09, 2020 at 12:49 PM No one was notified
@media screen and (max-width: 641px) { form { .gform_footer { input[type="submit"] { max-width: unset; } } } }