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;
|
min-width: 130px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.install-controls {
|
||||||
|
.Select {
|
||||||
|
&__value-container {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.Input label {
|
||||||
|
padding: 6px 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.InstallChartDone {
|
.InstallChartDone {
|
||||||
|
|||||||
@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -27,6 +27,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.SearchInput label {
|
||||||
|
padding: 6px 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .items {
|
> .items {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user