From d8fa1690dfd82f3742555f94e1f33548fa8ba6d9 Mon Sep 17 00:00:00 2001 From: John Westhoff Date: Wed, 17 Dec 2025 00:51:33 -0800 Subject: [PATCH] Updates. Prevent formatting error from overflow. --- templates/index.xhtml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/index.xhtml b/templates/index.xhtml index 0cda562..5c85ed5 100644 --- a/templates/index.xhtml +++ b/templates/index.xhtml @@ -114,6 +114,10 @@ margin: auto; } + .task { + overflow-x: hidden; + } + .project progress { width: 13rem; border: 1px solid black; @@ -148,6 +152,8 @@ th.rotate > div > div { width: 6em; } + .task { +