1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-02 02:22:37 +02:00

fix(html): fix alignment of the html in form and table component

This commit is contained in:
Igor Guastalla de Lima
2019-02-08 12:19:06 -02:00
parent 7894b8455b
commit 341b44b546

View File

@@ -298,7 +298,7 @@
<option value="1">Not to be</option> <option value="1">Not to be</option>
</select> </select>
</div> </div>
&lt;/div&gt;</code></pre> &lt;/div&gt;</code></pre>
<button type="button" class="nes-btn show-code copy" onClick="copyToClipboard('form')">Copy</button> <button type="button" class="nes-btn show-code copy" onClick="copyToClipboard('form')">Copy</button>
</section> </section>
@@ -441,7 +441,7 @@
</section> </section>
<section class="nes-container code" id="code-table"> <section class="nes-container code" id="code-table">
<pre class="sample-code"><code class="html">&lt;div class=&quot;nes-table-responsive&quot;&gt; <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;table class=&quot;nes-table is-bordered is-centered&quot;&gt;
&lt;thead&gt; &lt;thead&gt;
&lt;tr&gt; &lt;tr&gt;
&lt;th&gt;Table.is-bordered&lt;/th&gt; &lt;th&gt;Table.is-bordered&lt;/th&gt;
@@ -464,7 +464,7 @@
&lt;td&gt;Thou hast had a good night&lt;/td&gt; &lt;td&gt;Thou hast had a good night&lt;/td&gt;
&lt;/tr&gt; &lt;/tr&gt;
&lt;/tbody&gt; &lt;/tbody&gt;
&lt;/table&gt; &lt;/table&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;div class=&quot;nes-table-responsive&quot;&gt; &lt;div class=&quot;nes-table-responsive&quot;&gt;
&lt;table class=&quot;nes-table is-bordered is-dark&quot;&gt; &lt;table class=&quot;nes-table is-bordered is-dark&quot;&gt;