Skip to content

Commit

Permalink
Update tests for new form input grid class
Browse files Browse the repository at this point in the history
  • Loading branch information
djmattyg007 committed Feb 21, 2015
1 parent 48c0c9a commit 61c9e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/forms/tests/manual/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ <h2>Input Sizing</h2>

<form class="pure-form">
<input class="pure-input-1" type="text" placeholder=".pure-input-1"><br/>
<input class="pure-input-3-4" type="text" placeholder=".pure-input-3-4"><br/>
<input class="pure-input-2-3" type="text" placeholder=".pure-input-2-3"><br/>
<input class="pure-input-1-2" type="text" placeholder=".pure-input-1-2"><br/>
<input class="pure-input-1-3" type="text" placeholder=".pure-input-1-3"><br/>
Expand Down

0 comments on commit 61c9e0d

Please sign in to comment.