From 1fbe27f6a3a46429f49a35c332a1c64786753c79 Mon Sep 17 00:00:00 2001 From: Sarab Singh Date: Sat, 2 May 2020 04:04:11 +0530 Subject: [PATCH] damn you lint --- 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 7fff359b7b..5735cb2c40 100644 --- a/src/components/slideshow/style.css +++ b/src/components/slideshow/style.css @@ -141,6 +141,6 @@ .slider-zoom-container { margin: auto; - max-height: 100%!important; - max-width: 100%!important; + max-height: 100% !important; + max-width: 100% !important; }