From bbfe685477e735045e375537112ce96037610546 Mon Sep 17 00:00:00 2001 From: Sarab Singh Date: Sat, 2 May 2020 15:16:40 +0530 Subject: [PATCH] removed important --- src/components/slideshow/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/slideshow/style.css b/src/components/slideshow/style.css index 8c47375753..f1fea508d7 100644 --- a/src/components/slideshow/style.css +++ b/src/components/slideshow/style.css @@ -142,6 +142,6 @@ .slider-zoom-container { margin: auto; - max-height: 100% !important; - max-width: 100% !important; + max-height: 100%; + max-width: 100%; }