@openshift-assisted/ui-lib
Version:
React component library for the Assisted Installer UI
16 lines (12 loc) • 432 B
CSS
.host-table-alerts {
padding-top: var(--pf-v5-global--spacer--lg) ;
}
.hosts-table .pf-v5-c-dropdown__toggle-text {
color: var(--pf-v5-global--Color--100) ;
}
.hosts-table button {
font-size: var(--pf-v5-c-table-cell--FontSize);
}
.hosts-table {
height: 1rem; /* Workaround for: https://bugzilla.redhat.com/show_bug.cgi?id=1879378 in FF; The actual table height will be recalculated accordingly. */
}