diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js index e90af570..6ac7a8a5 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js @@ -108,6 +108,7 @@ define('pgadmin.node.function', [ collection_type: 'coll-function', hasSQL: true, hasDepends: true, + width: pgBrowser.stdW.md + 'px', hasStatistics: (treeInformation) => { return treeInformation.server.server_type !== 'gpdb'; }, diff --git a/web/pgadmin/browser/static/css/wizard.css b/web/pgadmin/browser/static/css/wizard.css index d293881f..a0c7dd53 100644 --- a/web/pgadmin/browser/static/css/wizard.css +++ b/web/pgadmin/browser/static/css/wizard.css @@ -1,7 +1,4 @@ /** CSS for Wizard **/ -.pgadmin_grant_wizard_body .ajs-content { - padding: 0px !important; -} .wizard-header h3 { font-size: 14px; diff --git a/web/pgadmin/browser/templates/browser/index.html b/web/pgadmin/browser/templates/browser/index.html index 89877f59..965ae5ce 100644 --- a/web/pgadmin/browser/templates/browser/index.html +++ b/web/pgadmin/browser/templates/browser/index.html @@ -96,7 +96,7 @@ window.onload = function(e){
{{ _('Loading {0} v{1}...').format(config.APP_NAME, config.APP_VERSION) }}
-