Skip to content

Panels

Panel Grid

Use .panel-grid in place of .panel-body when a panel's content should be split into bordered cells — for example a summary column next to label/value rows. Always pair .panel-grid with a column modifier.

Classes

ClassDescription
.panel-gridGrid container. Replaces .panel-body inside a .panel.
.panel-grid-1.panel-grid-6Equal-width column count (1–6). Pair one with .panel-grid.
.panel-grid-30-70, .panel-grid-40-60, .panel-grid-60-40, .panel-grid-70-30Two columns at a fixed ratio.
.panel-grid-asideTwo columns with a narrow first column, for a summary/aside next to detail rows.
.panel-grid-dividedAdds vertical borders between columns.
.panel-grid-insetInsets the cell dividers from the grid edges.
.panel-grid-cellA single cell. The first row has no top border.
.panel-grid-cell.panel-grid-headerA gray header cell.
.panel-grid.panel-grid-cellA nested .panel-grid that acts as a flush cell of a parent grid.