Skip to content

Commit

Permalink
Merge pull request rancher#11919 from richard-cox/fix-arraylist-input…
Browse files Browse the repository at this point in the history
…-height

Fix humongous height of inputs in array list
  • Loading branch information
richard-cox authored Sep 24, 2024
2 parents 8a7b5c8 + b5729a2 commit 929f5f6
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 @@ -377,7 +377,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 929f5f6

Please sign in to comment.