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

Cleaning up

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-11-24 21:38:57 +03:00
parent e5e02f058a
commit 055e69bab8
3 changed files with 2 additions and 7 deletions

View File

@ -6,8 +6,7 @@
.Badge {
display: flex;
margin: 0;
margin-bottom: 1px!important;
margin-bottom: 1px;
padding: $padding $spacing;
}
}

View File

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

View File

@ -19,10 +19,6 @@
padding: var(--wizard-spacing);
height: var(--wizard-content-height);
max-height: var(--wizard-content-max-height);
&::-webkit-scrollbar-thumb {
background-color: #bbbbbb; // Always light scrollbar in dialogs
}
}
> .header {