@openshift-assisted/ui-lib
Version:
React component library for the Assisted Installer UI
17 lines (14 loc) • 308 B
CSS
.hostname-preview {
background-color: var(--pf-v5-global--BackgroundColor--200);
padding: var(--pf-v5-global--spacer--sm);
max-height: 10rem;
overflow-y: auto;
}
.hostname-column__text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.hostname-column {
max-width: 30%;
}