From 341b44b5460e5ad30a1bf8cd235245cac19623e7 Mon Sep 17 00:00:00 2001 From: Igor Guastalla de Lima Date: Fri, 8 Feb 2019 12:19:06 -0200 Subject: [PATCH] fix(html): fix alignment of the html in form and table component --- index.html | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/index.html b/index.html index a2df59c..c96b062 100644 --- a/index.html +++ b/index.html @@ -298,7 +298,7 @@ <option value="1">Not to be</option> </select> </div> - </div> +</div> @@ -441,30 +441,30 @@
<div class="nes-table-responsive">
-<table class="nes-table is-bordered is-centered">
-  <thead>
-    <tr>
-      <th>Table.is-bordered</th>
-      <th>Table.is-centered</th>
-      <th>Table.is-centered</th>
-      <th>Table.is-centered</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td>Thou hast had a good morning</td>
-      <td>Thou hast had a good afternoon</td>
-      <td>Thou hast had a good evening</td>
-      <td>Thou hast had a good night</td>
-    </tr>
-    <tr>
-      <td>Thou hast had a good morning</td>
-      <td>Thou hast had a good afternoon</td>
-      <td>Thou hast had a good evening</td>
-      <td>Thou hast had a good night</td>
-    </tr>
-  </tbody>
-</table>
+  <table class="nes-table is-bordered is-centered">
+    <thead>
+      <tr>
+        <th>Table.is-bordered</th>
+        <th>Table.is-centered</th>
+        <th>Table.is-centered</th>
+        <th>Table.is-centered</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td>Thou hast had a good morning</td>
+        <td>Thou hast had a good afternoon</td>
+        <td>Thou hast had a good evening</td>
+        <td>Thou hast had a good night</td>
+      </tr>
+      <tr>
+        <td>Thou hast had a good morning</td>
+        <td>Thou hast had a good afternoon</td>
+        <td>Thou hast had a good evening</td>
+        <td>Thou hast had a good night</td>
+      </tr>
+    </tbody>
+  </table>
 </div>
 <div class="nes-table-responsive">
   <table class="nes-table is-bordered is-dark">