Set a width of 65% for the log column in tasks

This commit is contained in:
Simon Quigley 2025-02-13 14:48:20 -06:00
parent 0fa2f12db8
commit a37ee074be

View File

@ -33,7 +33,7 @@
<th scope="col">Package</th>
<th scope="col">Status</th>
{% if PAGE_TYPE != 'queued' %}
<th scope="col">Log</th>
<th scope="col" style="width: 65%">Log</th>
{% endif %}
</tr>
</thead>