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