sanger/sequencescape

View on GitHub
app/frontend/stylesheets/all/comments_box.scss

Summary

Maintainability
Test Coverage
.comment-box {
  @extend .row;

  .comment {
    @extend .col-md-9;
  }

  .comment-description {
    white-space: pre-wrap;
  }

  .comment-metadata {
    @extend .col-md-3;
    text-align: right;
  }
}