Documentation
Column

.column

Columns are a simplified block element that use adjusters to specify width, such as: one, two, three, four, and through twelve. A column and adjuster can be applied directly to fields, filter or panels that hold multiple fields, cards, etc.

Note: Buttons do not react well to the column rule and should be placed inside a panel. The panel would then get the column rule applied to it.

Column Adjusters

AdjusterDescription
.oneWidth is 8.333333333333333%
.twoWidth is 16.66666666666667
.threeWidth is 25%
.fourWidth is 33.33333333333334%
.fiveWidth is 41.66666666666668%
.sixWidth is 50%
.sevenWidth is 58.33333333333335%
.eightWidth is 66.66666666666668%
.nineWidth is 75%
.tenWidth is 83.33333333333335%
.elevenWidth is 91.66666666666669%
.twelveWidth is 100%

Compatible Adjusters

AdjusterTargetDescription
.align-stretchChildrenWill cause all children to expand to the full height of the block
.align-endChildrenAligns children to the vertical end of the block
.align-centerChildrenAligns children to the vertical center of the block
.align-baselineChildrenAligns children to the vertical baseline
.justify-stretchChildrenWill cause all children to expand and use the remaining free space in the width of the block
.justify-endChildrenAligns children to the vertical end of the block in order
.justify-centerChildrenAligns children to the vertical center of the block in order
.justify-baselineChildrenAligns children to the vertical baseline in order
.gap-noneChildrenRemoves the gap between child items
.gap-smallChildrenCreates a small gap between child elements
.gap-mediumChildrenCreates a medium gap between child elements
.gap-largeChildrenCreates a large gap between child elements
.pad-noneSelfRemoves all padding from itself
.pad-smallSelfAdd a small padding around the inside border of itself
.pad-mediumSelfAdd a medium padding around the inside border of itself
.pad-largeSelfAdd a large padding around the inside border of itself