Align column headings left, just like column data
authorKarl O. Pinc <kop@karlpinc.com>
Sat, 21 Sep 2024 03:27:05 +0000 (22:27 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Sat, 21 Sep 2024 03:27:05 +0000 (22:27 -0500)
src/pgwui_sql/static/pgwui_sql.css

index 905812339d57b890887e2104673f3122b286a67f..e9bc875b94e2e64ad289483c521c6e9e0f0be17f 100644 (file)
@@ -53,7 +53,8 @@ textarea.sqltext { height: 40em;
    So don't try.  Instead, set the background to "white", the same that
    we set in the body's background.  And then assume that all the backgrounds
    in-between are transparent. */
-.stickyheading { position: sticky;        /* attach to heading */
+.stickyheading { position: sticky;         /* attach to heading */
                  top: 0;
-                 background-color: white; }  /* kludge, see above */
+                 background-color: white;  /* kludge, see above */
+                 text-align: left; }
 .stickycontainer { overflow-y: clip; }    /* attach to heading's container */