Fix table widths

This commit is contained in:
Matthew Dillon 2015-09-10 07:02:44 -07:00
parent 425dd689ae
commit 06417b6069
2 changed files with 26 additions and 28 deletions

View file

@ -1,5 +1,4 @@
<div class="overflow-div">
<table class="flakes-table">
<table class="flakes-table">
<thead>
<tr>
<th>Characteristic</th>
@ -21,7 +20,6 @@
</tr>
{{/each}}
</tbody>
</table>
<hr>
<a href="{{csvLink}}" download>Download as CSV</a>
</div>
</table>
<hr>
<a href="{{csvLink}}" download>Download as CSV</a>

View file

@ -7,10 +7,6 @@
overflow: auto;
}
.measurements-container {
padding: 2em 0em 0em 0em;
}
.select2-container {
width: 100%;
}
@ -27,6 +23,10 @@
color: #5CA934;
}
table.flakes-table td {
white-space: normal;
}
/* BEGIN https://github.com/tobiasahlin/SpinKit */
.spinner {
width: 40px;