From b09ce35f39bec2a2feb3a99fe2d8f4d3337716a5 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 30 Sep 2024 08:54:29 -0500 Subject: [PATCH] The same class is used for both input and output of SQL --- src/pgwui_sql/static/pgwui_sql.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1