mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 12:41:18 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.swiper-grid > .swiper-wrapper {
 | 
						|
  flex-wrap: wrap;
 | 
						|
}
 | 
						|
.swiper-grid-column > .swiper-wrapper {
 | 
						|
  flex-wrap: wrap;
 | 
						|
  flex-direction: column;
 | 
						|
}
 |