Skip to content

Commit

Permalink
Merge pull request #12 from StatCan/fix-kubeflow-collision-information
Browse files Browse the repository at this point in the history
Fix Kubeflow Collision
  • Loading branch information
brendangadd authored Aug 21, 2020
2 parents f0b855d + f068e8d commit 5caa0a4
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,18 @@ th.mat-header-cell:last-of-type {
.spacer {
flex-grow: 1;
}

th,
td {
overflow: hidden;
text-overflow: ellipsis;
}

td.mat-column-image,
td.mat-column-name {
max-width: 200px;
}

td.mat-column-cpu {
width: 40px;
}

0 comments on commit 5caa0a4

Please sign in to comment.