Overflow table
This commit is contained in:
parent
6f0f9d8ea2
commit
03b6ea2c3b
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue