mirror of
				https://github.com/hwchase17/langchain.git
				synced 2025-11-04 02:03:32 +00:00 
			
		
		
		
	Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			261 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			261 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
pre {
 | 
						|
  white-space: break-spaces;
 | 
						|
}
 | 
						|
 | 
						|
@media (min-width: 1200px) {
 | 
						|
  .container,
 | 
						|
  .container-lg,
 | 
						|
  .container-md,
 | 
						|
  .container-sm,
 | 
						|
  .container-xl {
 | 
						|
    max-width: 2560px !important;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
#my-component-root *, #headlessui-portal-root * {
 | 
						|
  z-index: 10000;
 | 
						|
}
 |