Sort the list of component classes in the docstring

This commit is contained in:
Dave Pearson
2023-02-22 13:11:21 +00:00
parent 5c89efc6fd
commit 724fef7ae4

View File

@@ -36,8 +36,8 @@ class ToggleButton(Static, can_focus=True):
"""
| Class | Description |
| :- | :- |
| `toggle--label` | Targets the text label of the toggle button. |
| `toggle--button` | Targets toggle button itself. |
| `toggle--label` | Targets the text label of the toggle button. |
"""
DEFAULT_CSS = """