Skip to content

Instantly share code, notes, and snippets.

@yellowberri-snippets
Last active September 25, 2020 19:21
Show Gist options
  • Save yellowberri-snippets/8045878 to your computer and use it in GitHub Desktop.
Save yellowberri-snippets/8045878 to your computer and use it in GitHub Desktop.
CSS: Full Width Gravity Forms
.gform_wrapper {
form .gform_body .ginput_complex input[type=text] {
width:100% !important;
}
input, input[type=text], select, textarea {
width:100% !important;
@include box-sizing(border-box);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment