Skip to content

Commit

Permalink
fix: kubeflow collision
Browse files Browse the repository at this point in the history
  • Loading branch information
wg102 committed Aug 21, 2020
1 parent f0b855d commit f068e8d
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 f068e8d

Please sign in to comment.