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:
parent
55fccc542b
commit
de37ba2822
@ -13,6 +13,18 @@
|
||||
min-width: 130px;
|
||||
}
|
||||
}
|
||||
|
||||
.install-controls {
|
||||
.Select {
|
||||
&__value-container {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.Input label {
|
||||
padding: 6px 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.InstallChartDone {
|
||||
|
||||
@ -189,6 +189,7 @@ class NonInjectedInstallChart extends Component<Props & Dependencies> {
|
||||
maxLength={50}
|
||||
value={releaseName}
|
||||
onChange={this.onReleaseNameChange}
|
||||
className="Input"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
@ -27,6 +27,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.SearchInput label {
|
||||
padding: 6px 8px;
|
||||
}
|
||||
}
|
||||
|
||||
> .items {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user