Make the sql input textarea big
authorKarl O. Pinc <kop@karlpinc.com>
Mon, 19 Aug 2024 19:19:06 +0000 (14:19 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 19 Aug 2024 19:19:06 +0000 (14:19 -0500)
src/pgwui_common/static/pgwui.css

index 52923f24cf13849cea4b8e421ed1ed0822ca5e68..94d1064288711df5b353757ee426fadcf226e7ec 100644 (file)
@@ -47,6 +47,10 @@ HR.lightsep { border-top: dotted;
 .label { text-align: right; }
 .verticalgap { height: 1em; }
 
+/* The SQL entry window. */
+.sqltext { height: 40em;
+           width: 80em; }
+
 /* The navbar */
 .navbar { text-align: center; }