The same class is used for both input and output of SQL
authorKarl O. Pinc <kop@karlpinc.com>
Mon, 30 Sep 2024 13:54:29 +0000 (08:54 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 30 Sep 2024 13:54:29 +0000 (08:54 -0500)
src/pgwui_sql/static/pgwui_sql.css

index 1524cafcf9bdcee95dc455c9f4abab0c7a981449..29d76328b89e2c6a480c56dc690cd668a9083a75 100644 (file)
@@ -21,7 +21,7 @@
  * Karl O. Pinc <kop@karlpinc.com>
  */
 
-/* The SQL entry window. */
+/* The SQL entry window and executed sql re-display. */
 .sqltext { font-family: monospace;
            text-wrap: nowrap;
            white-space-collapse: preserve; }