Fix checkbox spacing

master
Eugen Rochko 8 years ago
parent c1aab76da4
commit 898ab66e2e
  1. 3
      app/assets/stylesheets/forms.scss

@ -56,7 +56,8 @@ code {
input[type=checkbox] { input[type=checkbox] {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 1px;
margin: 0;
} }
} }

Loading…
Cancel
Save