From 32e97b6422d98170282d581fea33a4ea2bfa6de1 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Fri, 17 Sep 2021 20:47:03 +0530 Subject: [PATCH] Fixed the CSS issue causing extra space at the bottom of maintenance backup dialog. --- web/pgadmin/browser/static/js/node.js | 2 +- web/pgadmin/static/scss/_pgadmin.style.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/pgadmin/browser/static/js/node.js b/web/pgadmin/browser/static/js/node.js index 3de028150..7d91ea729 100644 --- a/web/pgadmin/browser/static/js/node.js +++ b/web/pgadmin/browser/static/js/node.js @@ -528,7 +528,7 @@ define('pgadmin.browser.node', [ isLayoutMember: false, canMaximise: true, elContainer: true, - content: '
' + gettext('Please wait while we fetch information about the node from the server...') + '
', + content: '
' + gettext('Please wait while we fetch information about the node from the server...') + '
', onCreate: function(myPanel, $container) { $container.addClass('pg-no-overflow'); }, diff --git a/web/pgadmin/static/scss/_pgadmin.style.scss b/web/pgadmin/static/scss/_pgadmin.style.scss index 9703c4dbe..d990b5509 100644 --- a/web/pgadmin/static/scss/_pgadmin.style.scss +++ b/web/pgadmin/static/scss/_pgadmin.style.scss @@ -264,7 +264,6 @@ .obj_properties { padding: 0px; - height: 100%; } .obj_properties .pgadmin-control .uneditable-input {