Selaa lähdekoodia

Reset padding for checkbox & radio inputs

Previously, the normalize stylesheet covered this, however that's
no longer applicable due to selector specificity.
Cole Maclean 4 vuotta sitten
vanhempi
commit
80c65390a4
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      client/scss/elements/_forms.scss

+ 1 - 0
client/scss/elements/_forms.scss

@@ -154,6 +154,7 @@ input[type=checkbox] {
     border-radius: 0;
     cursor: pointer;
     border: 0;
+    padding: 0;
 }
 
 input[type=radio] {