From 95cda78bdb0e42ab27fd636678aabe20288d788a Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Wed, 31 Oct 2018 12:13:13 +0000 Subject: [PATCH] Remove some CSS for the body level that isn't required and may cause issues. --- web/pgadmin/static/scss/_bootstrap.overrides.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/pgadmin/static/scss/_bootstrap.overrides.scss b/web/pgadmin/static/scss/_bootstrap.overrides.scss index 22dd377dd..6160a27cf 100644 --- a/web/pgadmin/static/scss/_bootstrap.overrides.scss +++ b/web/pgadmin/static/scss/_bootstrap.overrides.scss @@ -8,8 +8,6 @@ /* Ensure simple forms don't hit the top of the screen */ body { font-family: $font-family-primary; - padding-bottom: 20px; - padding-top: 50px; } .app-icon {