From d15d6b39c7fad639cef6f1f6e24f07fb95713cba Mon Sep 17 00:00:00 2001
From: =?utf8?q?Paul=20H=C3=A4nsch?= <paul@plutz.net>
Date: Wed, 29 Jan 2025 19:43:16 +0100
Subject: [PATCH] column width in table

---
 tmpl_byhour/form.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 {
-- 
2.39.5