瀏覽代碼

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 年之前
父節點
當前提交
80c65390a4
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
     border-radius: 0;
     cursor: pointer;
     cursor: pointer;
     border: 0;
     border: 0;
+    padding: 0;
 }
 }
 
 
 input[type=radio] {
 input[type=radio] {