mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:42:43 +00:00 
			
		
		
		
	 3a605d8c19
			
		
	
	
		3a605d8c19
		
	
	
	
	
		
			
			Width of table wrapper need to be set to to calculate width of table box inside. Otherwise TFC will set wrong width assuming width of containing block is 0.
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			228 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			228 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style type="text/css">
 | |
| * {
 | |
|     font-family: 'SerenitySans';
 | |
| }
 | |
| 
 | |
| table {
 | |
|     border: 1px solid #333;
 | |
|     display: inline-block;
 | |
| }
 | |
| </style><table><tr><td>ID</td><td>null</td></tr><tr><td>Is Selected</td><td>false</td></tr></table> |