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:
@@ -108,3 +108,7 @@ widget.styles.margin = (2, 4)
|
||||
# Set margin of 1 on top, 2 on the right, 3 on the bottom, and 4 on the left
|
||||
widget.styles.margin = (1, 2, 3, 4)
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
- [`padding`](./padding.md) to add spacing around the content of a widget.
|
||||
|
||||
Reference in New Issue
Block a user