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:
@@ -57,3 +57,8 @@ widget.box_sizing = "border-box"
|
||||
# Set box sizing to content-box
|
||||
widget.box_sizing = "content-box"
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
- [`border`](./border.md) to add a border around a widget.
|
||||
- [`padding`](./padding.md) to add spacing around the content of a widget.
|
||||
|
||||
Reference in New Issue
Block a user