From 0b31517368ffda3114971121913e047038e8fb25 Mon Sep 17 00:00:00 2001 From: Swathi-eGov <137176788+Swathi-eGov@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:52:24 +0530 Subject: [PATCH] fixed stepper issue (#106) --- react/css/src/digitv2/components/stepperV2.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/react/css/src/digitv2/components/stepperV2.scss b/react/css/src/digitv2/components/stepperV2.scss index 3548cd3e7d..4ed84cc5e5 100644 --- a/react/css/src/digitv2/components/stepperV2.scss +++ b/react/css/src/digitv2/components/stepperV2.scss @@ -79,18 +79,15 @@ height: 0.125rem; @media (min-aspect-ratio: 9/16) and (max-aspect-ratio: 3/4) { - min-width: 6.313rem; max-width: 39.438rem; } @media (max-aspect-ratio: 9/16) { - min-width: 4.313rem; max-width: 16.875rem; top: 0.875rem; } @media (min-aspect-ratio: 3/4) { - min-width: 5.313rem; max-width: 82.688rem; }