Correct the container status of Label in the docs

See https://github.com/Textualize/textual/pull/1193#discussion_r1025466567
This commit is contained in:
Dave Pearson
2022-11-17 20:25:02 +00:00
parent 28bc889f7b
commit c9484c64ca

View File

@@ -3,7 +3,7 @@
A widget which displays static text, but which can also contain more complex Rich renderables.
- [ ] Focusable
- [x] Container
- [ ] Container
## Example