Skip to content

Commit

Permalink
Make postal code field responsive
Browse files Browse the repository at this point in the history
Improve postal code UX
  • Loading branch information
MattiSG committed May 21, 2015
1 parent b3e6bdd commit f9788ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/partials/foyer/logement.html
Expand Up @@ -119,6 +119,7 @@ <h1>Votre logement principal</h1>
<div class="col-sm-6">
<input
type="text"
inputmode="numeric"
minlength="5"
maxlength="5"
pattern="[0-9]{5}"
Expand Down

0 comments on commit f9788ce

Please sign in to comment.