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:
@@ -91,3 +91,8 @@ self.styles.height = 10 # Explicit cell height can be an int
|
||||
self.styles.height = "50%"
|
||||
self.styles.height = "auto"
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
- [`max-height`](./max_height.md) and [`min-height`](./min_height.md) to limit the height of a widget.
|
||||
- [`width`](./width.md) to set the width of a widget.
|
||||
|
||||
Reference in New Issue
Block a user