Skip to content

Commit

Permalink
fix(html): fix alignment of the html in form and table component
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Feb 8, 2019
1 parent 7894b84 commit 341b44b
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ <h2 class="title">Form</h2>
&lt;option value=&quot;1&quot;&gt;Not to be&lt;/option&gt;
&lt;/select&gt;
&lt;/div&gt;
&lt;/div&gt;</code></pre>
&lt;/div&gt;</code></pre>
<button type="button" class="nes-btn show-code copy" onClick="copyToClipboard('form')">Copy</button>
</section>

Expand Down Expand Up @@ -441,30 +441,30 @@ <h2 class="title">Table</h2>
</section>
<section class="nes-container code" id="code-table">
<pre class="sample-code"><code class="html">&lt;div class=&quot;nes-table-responsive&quot;&gt;
&lt;table class=&quot;nes-table is-bordered is-centered&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Table.is-bordered&lt;/th&gt;
&lt;th&gt;Table.is-centered&lt;/th&gt;
&lt;th&gt;Table.is-centered&lt;/th&gt;
&lt;th&gt;Table.is-centered&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Thou hast had a good morning&lt;/td&gt;
&lt;td&gt;Thou hast had a good afternoon&lt;/td&gt;
&lt;td&gt;Thou hast had a good evening&lt;/td&gt;
&lt;td&gt;Thou hast had a good night&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Thou hast had a good morning&lt;/td&gt;
&lt;td&gt;Thou hast had a good afternoon&lt;/td&gt;
&lt;td&gt;Thou hast had a good evening&lt;/td&gt;
&lt;td&gt;Thou hast had a good night&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table class=&quot;nes-table is-bordered is-centered&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Table.is-bordered&lt;/th&gt;
&lt;th&gt;Table.is-centered&lt;/th&gt;
&lt;th&gt;Table.is-centered&lt;/th&gt;
&lt;th&gt;Table.is-centered&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Thou hast had a good morning&lt;/td&gt;
&lt;td&gt;Thou hast had a good afternoon&lt;/td&gt;
&lt;td&gt;Thou hast had a good evening&lt;/td&gt;
&lt;td&gt;Thou hast had a good night&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Thou hast had a good morning&lt;/td&gt;
&lt;td&gt;Thou hast had a good afternoon&lt;/td&gt;
&lt;td&gt;Thou hast had a good evening&lt;/td&gt;
&lt;td&gt;Thou hast had a good night&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;nes-table-responsive&quot;&gt;
&lt;table class=&quot;nes-table is-bordered is-dark&quot;&gt;
Expand Down

0 comments on commit 341b44b

Please sign in to comment.