From 4219ce47719a0335195b779285f2687fc5da69a4 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 21 Sep 2023 12:16:45 +0100 Subject: [PATCH] words --- docs/blog/posts/release0-38-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/release0-38-0.md b/docs/blog/posts/release0-38-0.md index 13967559dc..1850b458e8 100644 --- a/docs/blog/posts/release0-38-0.md +++ b/docs/blog/posts/release0-38-0.md @@ -51,7 +51,7 @@ class MyWidget(Widget): ``` The author has intended to style the labels in that widget by adding a green border. -This does work for the widget in question, but (prior to 0.38.0) the `Label` rule would style *all* Labels — which was probably not intended. +This does work for the widget in question, but (prior to 0.38.0) the `Label` rule would style *all* Labels (including any outside of the widget) — which was probably not intended. With version 0.38.0, the CSS is scoped so that only the widget's labels will be styled. This is almost always what you want, which is why it is enabled by default.