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:
parent
e5e02f058a
commit
055e69bab8
@ -6,8 +6,7 @@
|
||||
|
||||
.Badge {
|
||||
display: flex;
|
||||
margin: 0;
|
||||
margin-bottom: 1px!important;
|
||||
margin-bottom: 1px;
|
||||
padding: $padding $spacing;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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 (
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user