From 37fa023d707928bdd6d01af02e18f59219ce5577 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 22 Oct 2018 18:11:48 +0200 Subject: [PATCH] made table bigger in data view --- static/css/rowsandall2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/rowsandall2.css b/static/css/rowsandall2.css index b6a678db..329faf27 100644 --- a/static/css/rowsandall2.css +++ b/static/css/rowsandall2.css @@ -992,7 +992,7 @@ a.wh:hover { .pandastable tbody { display: block; - height: 300px; + height: 1200px; overflow: auto; }