From bd99cf2bdc07f3c338981996b922316c4ced07fb Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 20 Dec 2016 20:07:52 -0800 Subject: [PATCH] fixing spacing on checkbox --- ui/src/style/theme/theme-dark.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/style/theme/theme-dark.scss b/ui/src/style/theme/theme-dark.scss index fbc0c8335..d1098c70b 100644 --- a/ui/src/style/theme/theme-dark.scss +++ b/ui/src/style/theme/theme-dark.scss @@ -487,7 +487,7 @@ $form-static-checkbox-size: 16px; font-weight: 500; transition: color 0.25s ease; margin: 0; - padding: 0 0 0 (12px + $form-static-checkbox-size + 6px); + padding: 0 0 0 (12px + $form-static-checkbox-size); user-select: none; -ms-user-select: none; -moz-user-selct: none;