]> git.plutz.net Git - invoices/commitdiff
column width in table
authorPaul Hänsch <paul@plutz.net>
Wed, 29 Jan 2025 18:43:16 +0000 (19:43 +0100)
committerPaul Hänsch <paul@plutz.net>
Wed, 29 Jan 2025 18:43:16 +0000 (19:43 +0100)
tmpl_byhour/form.css

index b5432ce5f2addd137aa24434349803ed3a1da17c..449e805c0c40bed39a9c70fdbf884915a36901d0 100644 (file)
@@ -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 {