diff --git a/src/main/resources/static/js/gw.editor.js b/src/main/resources/static/js/gw.editor.js index 91d298d81..a19d8d7c2 100644 --- a/src/main/resources/static/js/gw.editor.js +++ b/src/main/resources/static/js/gw.editor.js @@ -25,7 +25,7 @@ GW.editor = { // subtabHistoryDiv.height('calc(100% - 150px)'); sidepanel.height("100%"); sidepanel.width("40%"); - $("#prompt-panel-main").height("calc(100% - 105px)"); + $("#prompt-panel-main").height("calc(100% - 95px)"); $("#prompt-panel-main-process-info-code").height("100%"); $("#prompt-panel-main-process-info-history").height("100%"); GW.process.sidepanel.bottomDock(); diff --git a/src/main/resources/templates/geoweaver.html b/src/main/resources/templates/geoweaver.html index 2cc088817..2c1e9efd8 100644 --- a/src/main/resources/templates/geoweaver.html +++ b/src/main/resources/templates/geoweaver.html @@ -667,7 +667,7 @@