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