mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the CSS issue causing extra space at the bottom of maintenance backup dialog.
This commit is contained in:
parent
f1c04096e5
commit
32e97b6422
@ -528,7 +528,7 @@ define('pgadmin.browser.node', [
|
|||||||
isLayoutMember: false,
|
isLayoutMember: false,
|
||||||
canMaximise: true,
|
canMaximise: true,
|
||||||
elContainer: true,
|
elContainer: true,
|
||||||
content: '<div class="obj_properties container-fluid"><div role="status" class="pg-panel-message">' + gettext('Please wait while we fetch information about the node from the server...') + '</div></div>',
|
content: '<div class="obj_properties container-fluid h-100"><div role="status" class="pg-panel-message">' + gettext('Please wait while we fetch information about the node from the server...') + '</div></div>',
|
||||||
onCreate: function(myPanel, $container) {
|
onCreate: function(myPanel, $container) {
|
||||||
$container.addClass('pg-no-overflow');
|
$container.addClass('pg-no-overflow');
|
||||||
},
|
},
|
||||||
|
@ -264,7 +264,6 @@
|
|||||||
|
|
||||||
.obj_properties {
|
.obj_properties {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.obj_properties .pgadmin-control .uneditable-input {
|
.obj_properties .pgadmin-control .uneditable-input {
|
||||||
|
Loading…
Reference in New Issue
Block a user