From 07c3143e1f9eecec893603c7f4b6c95556d14155 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 18 Aug 2020 10:57:19 +0300 Subject: [PATCH] Minor WizardLayout fix Signed-off-by: Alex Andreev Signed-off-by: Lauri Nevala --- src/renderer/components/+preferences/preferences.tsx | 1 - src/renderer/components/layout/wizard-layout.scss | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/renderer/components/+preferences/preferences.tsx b/src/renderer/components/+preferences/preferences.tsx index 99e7793623..fc91952213 100644 --- a/src/renderer/components/+preferences/preferences.tsx +++ b/src/renderer/components/+preferences/preferences.tsx @@ -141,7 +141,6 @@ export class Preferences extends React.Component { controlShouldRenderValue={false} />
- {Array.from(this.helmAddedRepos).map(([name, repo]) => { const tooltipId = `message-${name}`; return ( diff --git a/src/renderer/components/layout/wizard-layout.scss b/src/renderer/components/layout/wizard-layout.scss index 603b7ca067..d52f6e59bf 100644 --- a/src/renderer/components/layout/wizard-layout.scss +++ b/src/renderer/components/layout/wizard-layout.scss @@ -24,6 +24,10 @@ background-color: var(--clusters-menu-bgc); border-radius: $radius; + > div { + flex: 1; + } + > .error { border-radius: $radius; padding: $padding;