13 lines
		
	
	
		
			164 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			164 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .app-container {
 | |
| 	float: left;
 | |
| 	width: 177px;
 | |
| 	margin: 35px;
 | |
| }
 | |
| 
 | |
| .app-name {
 | |
| 	white-space: nowrap;
 | |
| 	overflow: hidden;
 | |
| 	text-overflow: ellipsis;
 | |
| 	margin: 10px 0px;
 | |
| }
 |