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 {