Skip to content

Commit

Permalink
Merge pull request #34 from codurance/fix/form-inputs-width
Browse files Browse the repository at this point in the history
Fix/form-inputs-width
  • Loading branch information
RodrigoCastroS committed Oct 10, 2023
2 parents 2025a51 + ac03671 commit 1b0743e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions version_control/katalyst_by_codurance/css/theme-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,10 @@ form textarea {
border-radius: {{ form_field_corner_radius }};
}

.hs-form > fieldset[class*="form-columns-"] > .hs-form-field .hs-input {
width: 100% !important;
}

/* Form placeholder text */

::-webkit-input-placeholder {
Expand Down

0 comments on commit 1b0743e

Please sign in to comment.