Skip to content

Commit 523e808

Browse files
committed
fix: section width 100%
1 parent 5498b56 commit 523e808

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/sections/edit-collection-featured-items/featured-items-form/preview-carousel/slider/Slider.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
max-height: 70vh;
3939
padding-inline: 1.5rem;
4040
overflow-x: hidden;
41+
42+
> section {
43+
width: 100%;
44+
}
4145
}
4246
}
4347

0 commit comments

Comments
 (0)