mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Apply suggestions from code review
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ The padding rule adds space around the content of a widget. You can specify padd
|
||||
| `padding: 1 2;` | Two values sets the padding for the top/bottom and left/right edges |
|
||||
| `padding: 1 2 3 4;` | Four values sets top, right, bottom, and left padding independently |
|
||||
|
||||
Padding may also be set individually by setting `padding-top`, `padding-right`, `padding-bottom`, or `padding-left` to an single value.
|
||||
Padding may also be set individually by setting `padding-top`, `padding-right`, `padding-bottom`, or `padding-left` to a single value.
|
||||
|
||||
## Syntax
|
||||
|
||||
|
||||
Reference in New Issue
Block a user