From: Paul Hänsch Date: Wed, 29 Jan 2025 18:43:16 +0000 (+0100) Subject: column width in table X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=d15d6b39c7fad639cef6f1f6e24f07fb95713cba;p=invoices column width in table --- diff --git a/tmpl_byhour/form.css b/tmpl_byhour/form.css index b5432ce..449e805 100644 --- a/tmpl_byhour/form.css +++ b/tmpl_byhour/form.css @@ -47,6 +47,7 @@ input#rate { table { width: 100%; margin-top: 2em; + font-size: 11pt; } table th, table td { text-align: left; @@ -54,7 +55,7 @@ table th, table td { } table tr > :nth-child(1) { - width: 6em; + width: 8em; text-align: left; } table tr > :nth-child(1) textarea {