@openshift-assisted/ui-lib
Version:
React component library for the Assisted Installer UI
32 lines (25 loc) • 766 B
CSS
.cluster-wizard-step .pf-v5-c-wizard__nav-item {
white-space: nowrap;
}
.wizard-nav-item-warning-icon {
margin-left: var(--pf-v5-global--spacer--sm);
}
.cluster-wizard .cluster-wizard-step__footer {
display: block ;
z-index: 90 ;
}
.cluster-deployment-wizard .cluster-wizard-step__footer {
display: block ;
}
.cluster-wizard.pf-v5-c-wizard {
--pf-v5-c-wizard__nav--Width: 19rem;
}
.pf-v5-c-wizard__inner-wrap {
overflow: auto;
}
@media (min-width: 768px) {
.cluster-wizard .cluster-wizard-step .pf-v5-c-wizard__main {
/* That breaks scrollbar in the ClusterDeployment wizard. As a fix, the "cluster-wizard" class is on the ClusterWizard and CreateClusterWizard only. */
overflow: inherit ;
}
}