mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add 'See also' sections to references.
This commit is contained in:
@@ -56,9 +56,13 @@ grid-rows: 50%;
|
||||
grid-rows: 1fr 2fr;
|
||||
```
|
||||
|
||||
### Python
|
||||
## Python
|
||||
|
||||
```py
|
||||
grid.styles.grid_rows = "50%"
|
||||
grid.styles.grid_rows = "1fr 2fr"
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
- [`grid-columns`](./grid_columns.md) to specify the width of the grid columns.
|
||||
|
||||
Reference in New Issue
Block a user