mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Nox <aurelien.gaston@krondor.fr> Co-authored-by: Lauri Nevala <lauri.nevala@gmail.com>
18 lines
275 B
SCSS
18 lines
275 B
SCSS
.CronJobTriggerDialog {
|
|
.Wizard {
|
|
.header {
|
|
span {
|
|
color: #a0a0a0;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
|
|
.WizardStep {
|
|
.step-content {
|
|
min-height: 90px;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|
|
} |