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:
@@ -83,3 +83,8 @@ widget.styles.padding = (2, 4)
|
||||
# Set padding of 1 on top, 2 on the right, 3 on the bottom, and 4 on the left
|
||||
widget.styles.padding = (1, 2, 3, 4)
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
- [`box-sizing`](./box_sizing.md) to specify how to account for padding in a widget's dimensions.
|
||||
- [`margin`](./margin.md) to add spacing around a widget.
|
||||
|
||||
Reference in New Issue
Block a user