projects
/
pgwui_sql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b28f6b
)
The same class is used for both input and output of SQL
author
Karl O. Pinc
<kop@karlpinc.com>
Mon, 30 Sep 2024 13:54:29 +0000
(08:54 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Mon, 30 Sep 2024 13:54:29 +0000
(08:54 -0500)
src/pgwui_sql/static/pgwui_sql.css
patch
|
blob
|
history
diff --git
a/src/pgwui_sql/static/pgwui_sql.css
b/src/pgwui_sql/static/pgwui_sql.css
index 1524cafcf9bdcee95dc455c9f4abab0c7a981449..29d76328b89e2c6a480c56dc690cd668a9083a75 100644
(file)
--- a/
src/pgwui_sql/static/pgwui_sql.css
+++ b/
src/pgwui_sql/static/pgwui_sql.css
@@
-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; }