ember-cli-deploy/ember-cli-deploy

View on GitHub
docs/_sass/components/_table.scss

Summary

Maintainability
Test Coverage
.Table {
  table-layout: fixed;
  
  &__wrapper {
    margin-left: 1em;
    max-width: 100%;
    overflow: scroll;
  }
  &__label {
    width: 90px;
    font-size: 0.9em; 
  }
  &__code {
    padding: 0;

    .highlight {
      margin-bottom: 0;
    }
  }
}