app/assets/stylesheets/tags.css.scss

Summary

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

.tag-table {
  colgroup:first-child {
    width: 60%;
  }
  colgroup:last-child {
    width: 40%;
    white-space: nowrap;
  }
}