Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
|
@@ -62,6 +62,9 @@
|
|
| 62 |
.container {
|
| 63 |
padding: 20px;
|
| 64 |
}
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
table, thead, tbody, th, td, tr {
|
| 67 |
display: block;
|
|
@@ -264,7 +267,6 @@
|
|
| 264 |
<option value="50" selected>50</option>
|
| 265 |
<option value="100">100</option>
|
| 266 |
</select>
|
| 267 |
-
<div class="table-container">
|
| 268 |
<table style="width:100%; border-collapse: separate; border-spacing: 0 10px;">
|
| 269 |
<thead>
|
| 270 |
<tr>
|
|
@@ -310,7 +312,6 @@
|
|
| 310 |
</tr>
|
| 311 |
</tbody>
|
| 312 |
</table>
|
| 313 |
-
</div>
|
| 314 |
</div>
|
| 315 |
|
| 316 |
<!-- Section 2 -->
|
|
|
|
| 62 |
.container {
|
| 63 |
padding: 20px;
|
| 64 |
}
|
| 65 |
+
.table-container table {
|
| 66 |
+
min-width: 600px; /* Prevent squishing */
|
| 67 |
+
}
|
| 68 |
|
| 69 |
table, thead, tbody, th, td, tr {
|
| 70 |
display: block;
|
|
|
|
| 267 |
<option value="50" selected>50</option>
|
| 268 |
<option value="100">100</option>
|
| 269 |
</select>
|
|
|
|
| 270 |
<table style="width:100%; border-collapse: separate; border-spacing: 0 10px;">
|
| 271 |
<thead>
|
| 272 |
<tr>
|
|
|
|
| 312 |
</tr>
|
| 313 |
</tbody>
|
| 314 |
</table>
|
|
|
|
| 315 |
</div>
|
| 316 |
|
| 317 |
<!-- Section 2 -->
|