From a37ee074be26af98ce31119dd843ae849e327225 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 13 Feb 2025 14:48:20 -0600 Subject: [PATCH] Set a width of 65% for the log column in tasks --- templates/tasks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tasks.html b/templates/tasks.html index b9b8143..39aa9a3 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -33,7 +33,7 @@ Package Status {% if PAGE_TYPE != 'queued' %} - Log + Log {% endif %}