Codeminer42/cm42-central

View on GitHub
app/assets/stylesheets/_users.scss

Summary

Maintainability
Test Coverage
.members-list {
  max-height: 40em;
  overflow-y: auto;
}

.add-member .field_with_errors {
  @extend .has-error;

  background-color: transparent;
  display: inline;
  padding: 0;
}

.admin-users-table {
  tr:first-child td { border: 0; }
}