35 lines
		
	
	
		
			408 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			408 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.suggestion-col {
 | 
						|
    overflow: hidden;
 | 
						|
}
 | 
						|
 | 
						|
#left-col {
 | 
						|
    flex: 25%;
 | 
						|
}
 | 
						|
 | 
						|
#right-col {
 | 
						|
    flex: 75%;
 | 
						|
}
 | 
						|
 | 
						|
#suggestion-heading {
 | 
						|
    padding: 0;
 | 
						|
    margin: 0;
 | 
						|
}
 | 
						|
 | 
						|
#suggestion-text-preview {
 | 
						|
    overflow: hidden;
 | 
						|
}
 | 
						|
 | 
						|
#suggestion-thumbnail {
 | 
						|
    display: block;
 | 
						|
    margin: auto;
 | 
						|
    width: 60%;
 | 
						|
}
 | 
						|
 | 
						|
#suggestion-indexing-warning {
 | 
						|
    color: #ff3333;
 | 
						|
}
 | 
						|
 | 
						|
.bar-element {
 | 
						|
    margin-left: 3px;
 | 
						|
    margin-right: 3px;
 | 
						|
} |