succd: Fix table jiggle

Make sure the table size doesn't dynamically jiggle with movement of
width changes of the load-average value.
This commit is contained in:
Rahix 2024-10-04 23:17:17 +02:00
parent 313569e1dc
commit ed8adad611

View file

@ -132,7 +132,7 @@ td > span {
<th>Status</th>
<td id="status" colspan="1">OK</td>
<th>Load</th>
<td id="load" colspan="1">...</td>
<td id="load" colspan="1" style="width: 4em;">...</td>
</tr>
</table>