From b5729a219456ade1f64f136817dcbf2dc0a5fb8e Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Fri, 13 Sep 2024 17:09:50 +0100 Subject: [PATCH] Fix humungous height of inputs in array list --- shell/components/form/ArrayList.vue | 2 +- shell/pages/c/_cluster/apps/charts/install.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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'];