1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Minor WizardLayout fix

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Alex Andreev 2020-08-18 10:57:19 +03:00 committed by Lauri Nevala
parent 948421b5d3
commit 07c3143e1f
2 changed files with 4 additions and 1 deletions

View File

@ -141,7 +141,6 @@ export class Preferences extends React.Component {
controlShouldRenderValue={false}
/>
<div className="repos flex gaps column">
{Array.from(this.helmAddedRepos).map(([name, repo]) => {
const tooltipId = `message-${name}`;
return (

View File

@ -24,6 +24,10 @@
background-color: var(--clusters-menu-bgc);
border-radius: $radius;
> div {
flex: 1;
}
> .error {
border-radius: $radius;
padding: $padding;