File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1145,13 +1145,17 @@ pre.clipped {
1145
1145
margin-right : 5px ;
1146
1146
// A bit more space below the actions button.
1147
1147
margin-top : 3px ;
1148
+ width : 100% ; // needed to enable truncation within table
1148
1149
& :before {
1149
1150
content : ' ' ;
1150
1151
white-space : normal ;
1151
1152
}
1152
1153
.label-pair {
1153
1154
margin-bottom : 2px ;
1155
+ width : 100% ; // needed to enable truncation within table
1154
1156
.label {
1157
+ // prevent short label-key or label-value from being truncated less than 4 characters
1158
+ min-width : 50px ;
1155
1159
& :first-child {
1156
1160
border-radius : 2px 0 0 2px ;
1157
1161
}
Original file line number Diff line number Diff line change @@ -4064,9 +4064,10 @@ status-icon .spinner.spinner-inline{margin-left:.153846em;margin-right:.153846em
4064
4064
.last-status status-icon .spinner .spinner-inline {margin-left : 4px ;margin-right : 4px }
4065
4065
pre .clipped {display : inline-block;margin-top : 10px ;max-width : 100% }
4066
4066
pre .clipped .scroll {max-height : 150px ;overflow : auto;width : 100% }
4067
- .k8s-label {margin-right : 5px ;margin-top : 3px }
4067
+ .k8s-label {margin-right : 5px ;margin-top : 3px ; width : 100 % }
4068
4068
.k8s-label : before {content : ' ' ;white-space : normal}
4069
- .k8s-label .label-pair {margin-bottom : 2px }
4069
+ .k8s-label .label-pair {margin-bottom : 2px ;width : 100% }
4070
+ .k8s-label .label-pair .label {min-width : 50px }
4070
4071
.k8s-label .label-pair .label : first-child {border-radius : 2px 0 0 2px }
4071
4072
.k8s-label .label-pair .label : last-child {border-radius : 0 2px 2px 0 }
4072
4073
.k8s-label .label-pair .label-key {background-color : # bee1f4 ;color : # 00659c ;padding-top : 4px ;padding-bottom : 4px ;margin-left : 0 ;font-size : 12px }
You can’t perform that action at this time.
0 commit comments