From the list: Build ✔ Weird Contact Us form list Cody A. added this on Apr 25, 2019 Completed Apr 25, 2019 by Kyle S. Assigned to Kyle S. Notes image.png 34.7 KB • Download Comments & Events Kyle Sullivan, Web Development This broke with the updated list styling, and I fixed it with the following SCSS in sass/site/secondary/contact/_contact-us.scss (in relevant part)..site .site-content .content-area .site-main .container-fluid .gform_wrapper form { .gform_body { .gform_fields { .gfield { &::before { display: none; … Apr 25, 2019 at 7:42 PM Notified 1 person Kyle Sullivan completed this to-do. Apr 25, 2019 at 7:42 PM
Kyle Sullivan, Web Development This broke with the updated list styling, and I fixed it with the following SCSS in sass/site/secondary/contact/_contact-us.scss (in relevant part)..site .site-content .content-area .site-main .container-fluid .gform_wrapper form { .gform_body { .gform_fields { .gfield { &::before { display: none; … Apr 25, 2019 at 7:42 PM Notified 1 person
.site .site-content .content-area .site-main .container-fluid .gform_wrapper form { .gform_body { .gform_fields { .gfield { &::before { display: none; …