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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue