diff --git a/debug-db/src/main/assets/custom.css b/debug-db/src/main/assets/custom.css
index e160066..a8612b6 100644
--- a/debug-db/src/main/assets/custom.css
+++ b/debug-db/src/main/assets/custom.css
@@ -55,4 +55,10 @@
@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
+}
+
+textarea.form-control#query {
+ resize: vertical;
+ min-height: 100px;
+ font-family: monospace;
}
\ No newline at end of file
diff --git a/debug-db/src/main/assets/index.html b/debug-db/src/main/assets/index.html
index ba8dc96..90a8b06 100644
--- a/debug-db/src/main/assets/index.html
+++ b/debug-db/src/main/assets/index.html
@@ -116,7 +116,7 @@
-
+