Overflow table
This commit is contained in:
parent
3436989a89
commit
9e8b02ac90
2 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
Please select one or more strains and one or more characteristics.
|
||||
</div>
|
||||
{{else}}
|
||||
<div>
|
||||
<div class="overflow-div">
|
||||
<table class="flakes-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
.overflow-div {
|
||||
white-space: nowrap;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.measurements-container {
|
||||
padding: 2em 0em 0em 0em;
|
||||
}
|
||||
|
|
Reference in a new issue