mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-06-04 11:25:39 +08:00
8 lines
141 B
SCSS
8 lines
141 B
SCSS
.swiper-grid > .swiper-wrapper {
|
|
flex-wrap: wrap;
|
|
}
|
|
.swiper-grid-column > .swiper-wrapper {
|
|
flex-wrap: wrap;
|
|
flex-direction: column;
|
|
}
|