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:
@@ -298,7 +298,7 @@
|
|||||||
<option value="1">Not to be</option>
|
<option value="1">Not to be</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div></code></pre>
|
</div></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"><div class="nes-table-responsive">
|
<pre class="sample-code"><code class="html"><div class="nes-table-responsive">
|
||||||
<table class="nes-table is-bordered is-centered">
|
<table class="nes-table is-bordered is-centered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Table.is-bordered</th>
|
<th>Table.is-bordered</th>
|
||||||
@@ -464,7 +464,7 @@
|
|||||||
<td>Thou hast had a good night</td>
|
<td>Thou hast had a good night</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="nes-table-responsive">
|
<div class="nes-table-responsive">
|
||||||
<table class="nes-table is-bordered is-dark">
|
<table class="nes-table is-bordered is-dark">
|
||||||
|
Reference in New Issue
Block a user