Skip to content

Commit

Permalink
Fix humungous height of inputs in array list
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Sep 16, 2024
1 parent 2659c45 commit b5729a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shell/components/form/ArrayList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export default {
.value {
flex: 1;
INPUT {
height: $input-height;
height: $unlabeled-input-height;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions shell/pages/c/_cluster/apps/charts/install.vue
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ export default {
},
async loadChartStep(customStep) {
// Broken in 2.10, see https://github.com/rancher/dashboard/issues/11898
const loaded = await customStep.component();
const withFallBack = this.$store.getters['i18n/withFallback'];
Expand Down

0 comments on commit b5729a2

Please sign in to comment.