From: Karl O. Pinc Date: Mon, 19 Aug 2024 19:19:06 +0000 (-0500) Subject: Make the sql input textarea big X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=363bb2c4cb7251dfdbd636073f37fe7b9042cc26;p=pgwui_common Make the sql input textarea big --- diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index 52923f2..94d1064 100644 --- a/src/pgwui_common/static/pgwui.css +++ b/src/pgwui_common/static/pgwui.css @@ -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; }