Skip to content

Commit

Permalink
Merge pull request canonical#14648 from canonical/resize-automotive-form
Browse files Browse the repository at this point in the history
fix: form inputs should fill width
  • Loading branch information
samhotep authored Jan 15, 2025
2 parents 467b6fd + d05134c commit 745a9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/shared/forms/interactive/automotive.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h2 class="p-modal__title u-sv1" id="modal-title">Contact us</h2>
</header>
<div class="js-pagination js-pagination--1">
<div class="row u-no-padding">
<div class="col-6">
<div class="col-12">
<form action="/marketo/submit" method="post" id="mktoForm_%% formid %%" class="modal-form">
<div class="u-sv2">
<h3 class="p-heading--4">What can we help you with?</h3>
Expand All @@ -28,7 +28,7 @@ <h3 class="p-heading--4">How should we get in touch?</h3>
</li>
<li class="p-list__item">
<label for="phone">Phone number:</label>
<input id="phone" name="phone" maxlength="255" type="tel">
<input id="phone" name="phone" maxlength="255" type="tel" />
</li>
<li class="p-list__item">
<label class="p-checkbox">
Expand Down

0 comments on commit 745a9b8

Please sign in to comment.