From c8c92575c3ab29d5dee8d2b54f1447df20f3245c Mon Sep 17 00:00:00 2001 From: Benedikt Werner <1benediktwerner@gmail.com> Date: Thu, 24 Jun 2021 01:53:34 +0200 Subject: [PATCH] Fix cmn-toggle occasional off-by-1 --- ui/common/css/form/_cmn-toggle.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/common/css/form/_cmn-toggle.scss b/ui/common/css/form/_cmn-toggle.scss index 7bb98074e0..52de3961df 100644 --- a/ui/common/css/form/_cmn-toggle.scss +++ b/ui/common/css/form/_cmn-toggle.scss @@ -24,7 +24,7 @@ content: ''; width: 22px; height: 22px; - bottom: 0.1px; + bottom: 0; left: 0; }