From 6e2f6701aca93de0cbf58e2cf7a7e3c9ef895ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 14 Dec 2018 16:48:13 +0100 Subject: [PATCH] minor style fix --- public/sass/components/_switch.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/sass/components/_switch.scss b/public/sass/components/_switch.scss index 88a959f5117..ab100a8c752 100644 --- a/public/sass/components/_switch.scss +++ b/public/sass/components/_switch.scss @@ -97,10 +97,10 @@ input:checked + .gf-form-switch__slider::before { &--transparent { background: transparent; border: none; - width: 20px; + width: 23px; height: auto; position: relative; - padding-left: 7px; + padding-left: 8px; } &--table-cell {