From ff8be9635a52a724f542aaf9b01c4074a02fb1f2 Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 2 Apr 2019 20:49:53 +0200 Subject: [PATCH] Remove redundant 300px bottom padding (see #416) --- src/css/jsoneditor.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/css/jsoneditor.css b/src/css/jsoneditor.css index fd94585..d0f78b0 100644 --- a/src/css/jsoneditor.css +++ b/src/css/jsoneditor.css @@ -248,10 +248,6 @@ div.jsoneditor-tree table.jsoneditor-tree { width: 100%; } -div.jsoneditor-tree div.jsoneditor-tree-inner { - padding-bottom: 300px; -} - div.jsoneditor-outer { position: static; width: 100%;