From c90e4adaf80fa4ff0b46952c5f9e494a9a8ed826 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 15 Dec 2022 16:23:49 +0000 Subject: [PATCH] Correct the check list for the ListItem The checks in the list, which were unckecked, needed spaces in them to render correctly in the docs. --- docs/widgets/list_item.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/widgets/list_item.md b/docs/widgets/list_item.md index 1ceb65e31..5a9ed4435 100644 --- a/docs/widgets/list_item.md +++ b/docs/widgets/list_item.md @@ -2,8 +2,8 @@ `ListItem` is the type of the elements in a `ListView`. -- [] Focusable -- [] Container +- [ ] Focusable +- [ ] Container ## Example