Lawrence - Tampa, FL

Gravity Forms: Submit

Assigned to
Kyle Sullivan, Web Development at Diocesan Kyle S.
Notes

Comments & Events

Kyle Sullivan, Web Development at Diocesan
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;
        }
      }
    }
  }
Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan completed this to-do.