diff --git a/html/admin/css/layout.css b/html/admin/css/layout.css
index 364e9a553e..1a6c83e484 100644
--- a/html/admin/css/layout.css
+++ b/html/admin/css/layout.css
@@ -381,7 +381,7 @@ form {
#queryOutput {
- height:60%;
+ height:40%;
overflow-y: auto;
border: 1px solid black;
background: white;
@@ -390,7 +390,7 @@ form {
}
#queryContent {
- height: 20%;
+ height: 60%;
font-family: "courier";
width: 100%;
resize: none;