Skip to content

Commit 5caa0a4

Browse files
authored
Merge pull request #12 from StatCan/fix-kubeflow-collision-information
Fix Kubeflow Collision
2 parents f0b855d + f068e8d commit 5caa0a4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

frontend/src/app/main-table/resource-table/resource-table.component.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,18 @@ th.mat-header-cell:last-of-type {
6969
.spacer {
7070
flex-grow: 1;
7171
}
72+
73+
th,
74+
td {
75+
overflow: hidden;
76+
text-overflow: ellipsis;
77+
}
78+
79+
td.mat-column-image,
80+
td.mat-column-name {
81+
max-width: 200px;
82+
}
83+
84+
td.mat-column-cpu {
85+
width: 40px;
86+
}

0 commit comments

Comments
 (0)