Private
Public Access
1
0

made table bigger in data view

This commit is contained in:
Sander Roosendaal
2018-10-22 18:11:48 +02:00
parent dbb9f7e45c
commit 37fa023d70

View File

@@ -992,7 +992,7 @@ a.wh:hover {
.pandastable tbody {
display: block;
height: 300px;
height: 1200px;
overflow: auto;
}