ArturT/Railstom

View on GitHub
app/assets/stylesheets/global/_layout.scss

Summary

Maintainability
Test Coverage
// fix margin between checkbox and label text
.simple_form {
  .checkbox {
    input {
      margin-right: 7px;
    }
  }
}