Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pages/components/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ <h3>Filled Table with border on bottom of &lt;td> tag</h3>
<p id="forms">Forms</p>
<div class="sub">
<h3>Input Fields</h3>
<input type="text" class="input" placeholder="deafult input field">
<input type="text" class="input" placeholder="another deafult input field">
<input type="text" class="input" placeholder="default input field">
<input type="text" class="input" placeholder="another default input field">
<pre class="prettyprint lang-html">
&lt;input type="text" class="input" placeholder="deafult input field">
&lt;input type="text" class="input" placeholder="another deafult input field">
&lt;input type="text" class="input" placeholder="default input field">
&lt;input type="text" class="input" placeholder="another default input field">
</pre>
<input type="text" class="input h-width-full" placeholder="full-width input field">
<input type="text" class="input h-width-full h-border-all" placeholder="full-width bordered input field">
Expand Down