mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove unnecessary indentation of example code
This commit is contained in:
@@ -78,6 +78,6 @@ outline-left:outer red;
|
|||||||
# Set a heavy white outline
|
# Set a heavy white outline
|
||||||
widget.outline = ("heavy", "white)
|
widget.outline = ("heavy", "white)
|
||||||
|
|
||||||
# Set a red outline on the left
|
# Set a red outline on the left
|
||||||
widget.outline_left = ("outer", "red)
|
widget.outline_left = ("outer", "red)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user