Update docs/guide/styles.md

Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-09-15 11:11:03 +01:00
committed by GitHub
parent 54bcb2b4ed
commit 09dcab081f

View File

@@ -232,7 +232,7 @@ Compare the output of this example to the previous example:
```{.textual path="docs/examples/guide/styles/padding02.py"}
```
You can also set padding to a tuple of four values which applies padding to each edge individually. The first value it the padding for the top of the widget, followed by the right of the widget, then bottom, then left.
You can also set padding to a tuple of four values which applies padding to each edge individually. The first value is the padding for the top of the widget, followed by the right of the widget, then bottom, then left.
### Border