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:
parent
313569e1dc
commit
ed8adad611
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue