Skip to content

Commit

Permalink
fixed UI for rfq form
Browse files Browse the repository at this point in the history
  • Loading branch information
bluedeepart committed Jan 6, 2025
1 parent 375f335 commit ad92f72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks/forms/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}

.hs-form .hs-form-field textarea.hs-input,
.hs-form .hs-form-field textarea.hs-input.hs-fieldtype-textarea {
.hs-form .hs-form-field textarea.hs-fieldtype-textarea {
height: 100px;
width: 100%;
}
Expand Down Expand Up @@ -370,6 +370,7 @@ input[type="submit"] {
}

@media only screen and (min-width: 768px) {
main form fieldset.form-columns-2,
.hubspot-form fieldset.form-columns-2 {
display: flex;
gap: 15px;
Expand Down

0 comments on commit ad92f72

Please sign in to comment.