mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add missing close quote to height Python example
This commit is contained in:
@@ -46,6 +46,6 @@ width: auto
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
self.styles.height = 10
|
self.styles.height = 10
|
||||||
self.styles.height = "50%
|
self.styles.height = "50%"
|
||||||
self.styles.height = "auto"
|
self.styles.height = "auto"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user