@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
20 lines (17 loc) • 405 B
CSS
.psdk-narrow-wide-column {
display: flow-root;
height: 100%;
}
/* Create two equal columns that floats next to each other */
.psdk-narrow-wide-column .psdk-narrow-column-column {
width: 30%;
float: left;
padding: 0rem 0.3125rem 0rem 0rem;
height: 100%;
}
.psdk-narrow-wide-column .psdk-wide-column-column {
width: 70%;
float: left;
padding: 0rem 0rem 0rem 0.3125rem;
height: 100%;
}