mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix typo.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Column-span
|
||||
|
||||
The `column-span` style specifies how many rows a widget will span in a grid layout.
|
||||
The `column-span` style specifies how many columns a widget will span in a grid layout.
|
||||
|
||||
!!! note
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ tint: red 20%
|
||||
tint: rgba(0, 200, 0, 0.3);
|
||||
```
|
||||
|
||||
# Python
|
||||
## Python
|
||||
|
||||
```python
|
||||
# A red tint
|
||||
|
||||
Reference in New Issue
Block a user