diff --git a/public/css/style.scss b/public/css/style.scss index 0afb06322..76ee8517b 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -1200,7 +1200,8 @@ key { cursor: pointer; width: 0; height: 0; - + display: none; + &~.customCheckbox { width: 12px; height: 12px; @@ -1802,4 +1803,4 @@ key { border: none; outline: none; } -} \ No newline at end of file +}