NerdDiffer/job_tracker

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

Summary

Maintainability
Test Coverage
// Place all the styles related to the contacts controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

.categories {
  &.table {
    // table-layout: fixed;
    th {
      &.name {
        width: 20%;
      }
    }
    td {
      &.companies {
        text-overflow: ellipsis;
        word-wrap: break-word;
      }
    }
  }
}