Overflow table

This commit is contained in:
Matthew Dillon 2015-07-07 14:38:36 -08:00
parent 6f0f9d8ea2
commit 03b6ea2c3b
2 changed files with 6 additions and 1 deletions

View file

@ -12,7 +12,7 @@
Please select one or more strains and one or more characteristics. Please select one or more strains and one or more characteristics.
</div> </div>
{{else}} {{else}}
<div> <div class="overflow-div">
<table class="flakes-table"> <table class="flakes-table">
<thead> <thead>
<tr> <tr>

View file

@ -1,3 +1,8 @@
.overflow-div {
white-space: nowrap;
overflow: auto;
}
.measurements-container { .measurements-container {
padding: 2em 0em 0em 0em; padding: 2em 0em 0em 0em;
} }