From 7fae28d24f15d1a6e11e8aff266934982dca52f7 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 18 Sep 2021 14:32:50 +0200 Subject: [PATCH] list-style-position: Clarify, illustrate text indentation Clarify that the utility classes not only change the position of the marker, but also how text indentation works. The third list element is now multi line, so the effect becomes visible. And the intro sentence hints that this util changes more than just the position. --- src/pages/docs/list-style-position.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/docs/list-style-position.mdx b/src/pages/docs/list-style-position.mdx index 1299af6ab..3bff4945f 100644 --- a/src/pages/docs/list-style-position.mdx +++ b/src/pages/docs/list-style-position.mdx @@ -16,7 +16,7 @@ export const classes = { plugin } ## Usage -Control the position of the markers in a list using the `list-inside` and `list-outside` utilities. +Control the position of the markers and text indentation in a list using the `list-inside` and `list-outside` utilities. ```html lightBlue