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

@@ -50,3 +50,8 @@ text-align: right;
# Set text in the widget to be right aligned
widget.styles.text_align = "right"
```
## See also
- [`align`](./align.md) to set the alignment of children widgets inside a container.
- [`content-align`](./content_align.md) to set the alignment of content inside a widget.