1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/dock/install-chart.scss
Alex Andreev 7274658b51
Wider Select box for Helm chart installation (#803)
* Fixing typo

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fine-tuning select to show long items

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-09-04 10:03:18 +03:00

17 lines
222 B
SCSS

.InstallChart {
.Select {
&.NamespaceSelect {
min-width: 130px;
}
&.chart-version {
min-width: 130px;
}
}
}
.InstallChartDone {
--flex-gap: #{$padding * 1.5};
padding: $padding * 2;
}