mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Link to related grid styles.
This commit is contained in:
@@ -6,12 +6,12 @@ For an in-depth look at the grid layout, visit the grid [guide](../guide/layout.
|
|||||||
|
|
||||||
| Property | Description |
|
| Property | Description |
|
||||||
|----------------|------------------------------------------------|
|
|----------------|------------------------------------------------|
|
||||||
| `grid-size` | Number of columns and rows in the grid layout. |
|
| [`grid-size`](./grid_size.md) | Number of columns and rows in the grid layout. |
|
||||||
| `grid-rows` | Height of grid rows. |
|
| [`grid-rows`](./grid_rows.md) | Height of grid rows. |
|
||||||
| `grid-columns` | Width of grid columns. |
|
| [`grid-columns`](./grid_columns.md) | Width of grid columns. |
|
||||||
| `grid-gutter` | Spacing between grid cells. |
|
| [`grid-gutter`](./grid_gutter.md) | Spacing between grid cells. |
|
||||||
| `row-span` | Number of rows a cell spans. |
|
| [`row-span`](./row_span.md) | Number of rows a cell spans. |
|
||||||
| `column-span` | Number of columns a cell spans. |
|
| [`column-span`](./column_span.md) | Number of columns a cell spans. |
|
||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user