Skip to content

Commit

Permalink
Change heading
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 27, 2017
1 parent 39f7e45 commit 837b3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h3 id="form-controls">Form Controls</h3>
<input type="text" readonly value="This is read-only">
</div>

<h3 id="form-control-spacing">Form Control Spacing</h3>
<h3 id="input-fields">Input Fields</h3>
<p>For proper spacing of individual form controls, wrap them in <code>input-field</code> containers.</p>
<pre><code class="lang-html">&lt;div class=&quot;input-field&quot;&gt;
&lt;label&gt;Name&lt;/label&gt;
Expand Down
2 changes: 1 addition & 1 deletion source/docs/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Read-only form controls look like this:
<input type="text" readonly value="This is read-only">
</div>

### Form Control Spacing
### Input Fields

For proper spacing of individual form controls, wrap them in `input-field` containers.

Expand Down

0 comments on commit 837b3d7

Please sign in to comment.