Browse Source

Improve checkbox keyboard focus styles without changing page layout

Thibaud Colas 3 years ago
parent
commit
c46001604b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      client/scss/elements/_forms.scss

+ 2 - 2
client/scss/elements/_forms.scss

@@ -214,9 +214,9 @@ input[type=radio]:checked:before {
 
 input[type=checkbox] {
     height: 12px;
-    width: auto;
+    width: 22px;
     position: relative;
-    margin-right: 27px;
+    margin-right: 5px;
 }
 
 input[type=checkbox]:before {