Skip to content

Commit

Permalink
Merge pull request #2966 from dodona-edu/fix/truncate-column-names-gr…
Browse files Browse the repository at this point in the history
…ade-overview

Truncate column names in Grade overview
  • Loading branch information
bmesuere authored Aug 5, 2021
2 parents 7afed97 + a5c45a5 commit b300479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/components/evaluations.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ $user-column-width: 170px;
.status-header {
max-width: 100px;
min-width: 100px;
overflow: hidden;
}

thead tr th:nth-child(2) {
Expand Down

0 comments on commit b300479

Please sign in to comment.