diff --git a/shell/components/form/ArrayList.vue b/shell/components/form/ArrayList.vue index e80cfaf736d..443bd1daf82 100644 --- a/shell/components/form/ArrayList.vue +++ b/shell/components/form/ArrayList.vue @@ -375,7 +375,7 @@ export default { .value { flex: 1; INPUT { - height: $input-height; + height: $unlabeled-input-height; } } } diff --git a/shell/pages/c/_cluster/apps/charts/install.vue b/shell/pages/c/_cluster/apps/charts/install.vue index 22d25e1346e..fac9318af11 100644 --- a/shell/pages/c/_cluster/apps/charts/install.vue +++ b/shell/pages/c/_cluster/apps/charts/install.vue @@ -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'];