@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
17 lines (14 loc) • 298 B
CSS
.ws-react-l-stack {
min-height: 30em;
display: flex;
flex-direction: column;
}
.ws-react-l-stack > .pf-v5-l-stack {
flex-grow: 1;
}
.ws-react-l-stack .pf-v5-l-stack,
.ws-react-l-stack .pf-v5-l-stack > .pf-v5-l-stack__item {
padding: 1rem;
border-width: 2px;
border-style: dashed;
}