From 7854d07b159196278070b93ec1a9e8c3fc0199b8 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:15:59 +0530 Subject: [PATCH] [Fixed] -> Toggle button UI issues --- src/templates/page.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/page.scss b/src/templates/page.scss index 20825c7..fb44733 100644 --- a/src/templates/page.scss +++ b/src/templates/page.scss @@ -770,8 +770,8 @@ table{ border-width: 1px 0 0 0 !important; padding: 15px 10px 0 !important; .hs-toggle-switch { - width: calc(3.4em + 2px) !important; - height: calc(1.7em + 2px) !important; + width: calc(34px + 2px) !important; + height: calc(18px + 2px) !important; .hs-toggle-switch-nob{ height: 14px !important; width: 14px !important;