Skip to content

Commit 171bd98

Browse files
docs(tileLayout): improve rowheight and columnwidth explanations
1 parent 27c3ea5 commit 171bd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tilelayout/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The main feature that the component exposes are divided into two levels:
108108

109109
The main element defines the number of `Columns`, the `Width` and `Height` of the layout, as well as the `ColumnWidth` and `RowHeight`.
110110

111-
The `ColumnWidth` and `RowHeight` define the maximum dimensions for each column and row.
111+
The `ColumnWidth` and `RowHeight` define the maximum dimensions for each column and row of the main layout. As the overall component dimensions change (e.g., because of different viewports), the column and row heights might decrease to provide even distribution. A single tile can span more than one column or row.
112112

113113
Generally, you should use settings that allow the desired number of columns and rows (depending on their width and height) to fit in the set width and height of the entire component.
114114

0 commit comments

Comments
 (0)