Overflow table
This commit is contained in:
parent
6f0f9d8ea2
commit
03b6ea2c3b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
.overflow-div {
|
||||
white-space: nowrap;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.measurements-container {
|
||||
padding: 2em 0em 0em 0em;
|
||||
}
|
||||
|
|
Reference in a new issue