File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1159,14 +1159,14 @@ pre.clipped {
1159
1159
margin-right : 5px ;
1160
1160
// A bit more space below the actions button.
1161
1161
margin-top : 3px ;
1162
- width : 100% ; // needed to enable truncation within table
1162
+ max- width : 100% ; // needed to enable truncation within table, but still allow inline display if room is available
1163
1163
& :before {
1164
1164
content : ' ' ;
1165
1165
white-space : normal ;
1166
1166
}
1167
1167
.label-pair {
1168
1168
margin-bottom : 2px ;
1169
- width : 100% ; // needed to enable truncation within table
1169
+ max- width : 100% ; // needed to enable truncation within table, but still allow inline display if room is available
1170
1170
.label {
1171
1171
// prevent short label-key or label-value from being truncated less than 4 characters
1172
1172
min-width : 50px ;
Original file line number Diff line number Diff line change @@ -4106,9 +4106,9 @@ status-icon .spinner.spinner-inline{margin-left:.153846em;margin-right:.153846em
4106
4106
.last-status status-icon .spinner .spinner-inline {margin-left : 4px ;margin-right : 4px }
4107
4107
pre .clipped {display : inline-block;margin-top : 10px ;max-width : 100% }
4108
4108
pre .clipped .scroll {max-height : 150px ;overflow : auto;width : 100% }
4109
- .k8s-label {margin-right : 5px ;margin-top : 3px ;width : 100% }
4109
+ .k8s-label {margin-right : 5px ;margin-top : 3px ;max- width: 100% }
4110
4110
.k8s-label : before {content : ' ' ;white-space : normal}
4111
- .k8s-label .label-pair {margin-bottom : 2px ;width : 100% }
4111
+ .k8s-label .label-pair {margin-bottom : 2px ;max- width: 100% }
4112
4112
.k8s-label .label-pair .label {min-width : 50px }
4113
4113
.k8s-label .label-pair .label : first-child {border-radius : 2px 0 0 2px }
4114
4114
.k8s-label .label-pair .label : last-child {border-radius : 0 2px 2px 0 }
You can’t perform that action at this time.
0 commit comments