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
ecca05a7e3
commit
051a4bec94
|
@ -122,7 +122,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