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:
@@ -54,3 +54,8 @@ widget.styles.max_height = 10
|
||||
# Set the maximum height to 25% of the viewport height
|
||||
widget.styles.max_height = "25vh"
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
- [`min-height`](./min_height.md) to set a lower bound on the height of a widget.
|
||||
- [`height`](./height.md) to set the height of a widget.
|
||||
|
||||
Reference in New Issue
Block a user