Set a width of 18% for Queued

This commit is contained in:
Simon Quigley 2025-02-13 14:53:06 -06:00
parent a37ee074be
commit cd5ad6c3a9

View File

@ -29,7 +29,7 @@
<thead class="table-dark"> <thead class="table-dark">
<tr> <tr>
<th scope="col">Score</th> <th scope="col">Score</th>
<th scope="col">Queued</th> <th scope="col" style="width: 18%">Queued</th>
<th scope="col">Package</th> <th scope="col">Package</th>
<th scope="col">Status</th> <th scope="col">Status</th>
{% if PAGE_TYPE != 'queued' %} {% if PAGE_TYPE != 'queued' %}