From: Karl O. Pinc Date: Mon, 30 Sep 2024 13:54:29 +0000 (-0500) Subject: The same class is used for both input and output of SQL X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=b09ce35f39bec2a2feb3a99fe2d8f4d3337716a5;p=pgwui_sql The same class is used for both input and output of SQL --- diff --git a/src/pgwui_sql/static/pgwui_sql.css b/src/pgwui_sql/static/pgwui_sql.css index 1524caf..29d7632 100644 --- a/src/pgwui_sql/static/pgwui_sql.css +++ b/src/pgwui_sql/static/pgwui_sql.css @@ -21,7 +21,7 @@ * Karl O. Pinc */ -/* The SQL entry window. */ +/* The SQL entry window and executed sql re-display. */ .sqltext { font-family: monospace; text-wrap: nowrap; white-space-collapse: preserve; }