mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:02:44 +00:00 
			
		
		
		
	 2def1de4be
			
		
	
	
		2def1de4be
		
	
	
	
	
		
			
			If the first pass of rows sizing results in the container's automatic height being less than the specified min-height, we need to run a second pass using the updated available space.
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			255 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			255 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html><style type="text/css">
 | |
| * {
 | |
|     border: 1px solid black;
 | |
| }
 | |
| 
 | |
| .container {
 | |
|     display: grid;
 | |
|     min-height: 200px;
 | |
| }
 | |
| </style><div class="container"><div>Making Commerce Better for Everyone</div><div>Making Commerce Better for Everyone</div> |