@patternfly/patternfly
Version:
Assets, source, tooling, and content for PatternFly 4
33 lines (27 loc) • 917 B
CSS
#ws-html-demos-c-card-status-card-expanded-with-popover {
padding-block-start: 180px;
}
#ws-html-demos-c-card-status-card-expanded-with-popover #carview-demo--popover-parent,
.popover-parent {
position: relative;
}
#ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-popover {
position: absolute;
margin-block-start: -12px;
z-index: 1000;
transform: translateY(-50%);
inset-inline-start: calc(100% + var(--pf-v5-c-popover__arrow--Width) + var(--pf-v5-global--spacer--sm));
}
#ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-table {
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
--pf-v5-c-table__expandable-row--after--BorderColor: transparent;
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v5-global--spacer--sm);
}
.ws-chart {
display: flex;
max-width: 100%;
height: 100%;
}
.ws-chart img {
align-self: center;
}