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_width = 10
|
||||
# Set the maximum width to 25% of the viewport width
|
||||
widget.styles.max_width = "25vh"
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
- [`min-width`](./min_width.md) to set a lower bound on the width of a widget.
|
||||
- [`width`](./width.md) to set the width of a widget.
|
||||
|
||||
Reference in New Issue
Block a user