mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			102 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			102 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.select-compress-model {
 | 
						|
  width: 60%;
 | 
						|
  select {
 | 
						|
    max-width: 100%;
 | 
						|
    white-space: normal;
 | 
						|
  }
 | 
						|
}
 |