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

Fine-tuning very specific parts

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-02-01 13:48:26 +03:00
parent 55fccc542b
commit de37ba2822
3 changed files with 17 additions and 0 deletions

View File

@ -13,6 +13,18 @@
min-width: 130px; min-width: 130px;
} }
} }
.install-controls {
.Select {
&__value-container {
margin-bottom: 0;
}
}
.Input label {
padding: 6px 8px;
}
}
} }
.InstallChartDone { .InstallChartDone {

View File

@ -189,6 +189,7 @@ class NonInjectedInstallChart extends Component<Props & Dependencies> {
maxLength={50} maxLength={50}
value={releaseName} value={releaseName}
onChange={this.onReleaseNameChange} onChange={this.onReleaseNameChange}
className="Input"
/> />
</div> </div>
); );

View File

@ -27,6 +27,10 @@
} }
} }
} }
.SearchInput label {
padding: 6px 8px;
}
} }
> .items { > .items {