@openshift-assisted/ui-lib
Version:
React component library for the Assisted Installer UI
32 lines (26 loc) • 639 B
CSS
.review-table {
width: fit-content;
margin-bottom: 0.75rem;
}
.review-table tr > *:first-child {
width: 13rem ;
padding-left: 0;
}
.review-expandable > .pf-v5-c-expandable-section__toggle {
margin-right: 0;
width: 100%;
display: inline-flex;
}
.review-expandable .pf-v5-c-expandable-section__toggle-text {
width: 100%;
}
.summary-expandable .pf-v5-c-expandable-section__toggle,
.review-expandable > .pf-v5-c-expandable-section__toggle {
color: initial;
text-align: left;
}
.summary-expandable
> .pf-v5-c-expandable-section__toggle
> .pf-v5-c-expandable-section__toggle-icon {
visibility: hidden;
}