diff --git a/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift b/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift index 8c690b3c..fcaa1010 100644 --- a/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift +++ b/MVMCoreUI/Atomic/Organisms/Carousel/Carousel.swift @@ -210,7 +210,6 @@ open class Carousel: View { open override func reset() { super.reset() pagingView?.reset() - collectionView.contentInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0) } var pagingMoleculeName: String?