Add 'See also' sections to references.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 15:25:47 +00:00
parent 8bf211b898
commit e81779f97c
43 changed files with 216 additions and 5 deletions

View File

@@ -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.