diff --git a/core/static/core/style.scss b/core/static/core/style.scss
index 107126ec..700fdef7 100644
--- a/core/static/core/style.scss
+++ b/core/static/core/style.scss
@@ -566,6 +566,10 @@ th {
   text-align: center;
   padding: 5px 10px;
 
+  >input[type="checkbox"] {
+    padding: unset;
+  }
+
   >ul {
     margin-top: 0;
   }