From a8390747d3628e313047c2e301ab6399531d011e Mon Sep 17 00:00:00 2001 From: Nakul Chauhan <90388597+NakulChauhan2001@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:15:36 +0530 Subject: [PATCH] Fixed overflowing checkbox (#1585) --- webapp/src/widgets/switch.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/widgets/switch.scss b/webapp/src/widgets/switch.scss index aedb9e56d..3dd83539a 100644 --- a/webapp/src/widgets/switch.scss +++ b/webapp/src/widgets/switch.scss @@ -1,7 +1,7 @@ .Switch { display: flex; flex-shrink: 0; - + align-items: center; box-sizing: content-box; height: 14px; width: 26px;