It's often easier to have dynamic content output without nested rows, but using row wrappers is the only way for variations like equal height
and vertically divided
to function correctly.
diff --git a/server/documents/collections/grid.html.eco b/server/documents/collections/grid.html.eco index 958c21d6f..507074ea0 100755 --- a/server/documents/collections/grid.html.eco +++ b/server/documents/collections/grid.html.eco @@ -43,30 +43,27 @@ themes : ['Default'] - -
Column widths can be specified either using (x) wide
class names or subdividing a grid or row using an (x) column grid
or (x) column row
Grid columns have vertical spacing above and below each column to create vertical flow between columns. Consecutive grids will automatically preserve row spacing between grids.
+ -A grid does not necessarily need to specify rows. If you include columns
as direct child of ui grid
content will automatically flow to the next row when all the grid columns are taken in the current row.
Specifying wrapping row
elements allows you to manually control line breaks for rows, and use additional row variations.
Column widths can be specified using (x) wide
class names, each row will add up to 16 columns, if a column cannot fit it will automatically flow to the next row
Grid or individidual grid rows can be divided evenly using (x) column grid
or (x) column row
You can specify alignment using alignment variations on a grid, row, or column level.
-Grid columns have vertical spacing above and below each column to create vertical flow between columns.
- - -You can include grids even inside other grids, this can be useful for things like dividing rows inside of a page grid.
-