Merge pull request #398 from mlorb/ml_sci_843

Adjust samples tables height when in edit mode selecting sample type/group [SCI-843]
This commit is contained in:
mlorb 2017-01-11 15:33:52 +01:00 committed by GitHub
commit fe1ef97523

View file

@ -110,3 +110,8 @@
width: 100%;
}
}
.dataTables_scrollBody {
height: auto !important;
overflow: visible !important;
}