From a3e7623f53e304bb32d28eab9e76ef9c3bfc9f72 Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Tue, 21 Jan 2025 15:37:10 +0200 Subject: [PATCH] Docs: std-widgets layout box wording fix. (#7417) Fixes: #7360 --- .../docs/reference/std-widgets/layouts/horizontalbox.mdx | 4 ++-- .../docs/reference/std-widgets/layouts/verticalbox.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/astro/src/content/docs/reference/std-widgets/layouts/horizontalbox.mdx b/docs/astro/src/content/docs/reference/std-widgets/layouts/horizontalbox.mdx index 853bccb2465..2245dfb5c38 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/layouts/horizontalbox.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/layouts/horizontalbox.mdx @@ -6,7 +6,7 @@ description: HorizontalBox api. import Link from '/src/components/Link.astro'; -A `HorizontalBox` is a where instead of -having values that default to `0`, the spacing and padding values instead. +A `HorizontalBox` is a where the spacing and padding +values depend on the style instead of defaulting to 0. See also . diff --git a/docs/astro/src/content/docs/reference/std-widgets/layouts/verticalbox.mdx b/docs/astro/src/content/docs/reference/std-widgets/layouts/verticalbox.mdx index 9d1461b7cf3..e2f24064b16 100644 --- a/docs/astro/src/content/docs/reference/std-widgets/layouts/verticalbox.mdx +++ b/docs/astro/src/content/docs/reference/std-widgets/layouts/verticalbox.mdx @@ -6,7 +6,7 @@ description: VerticalBox api. import Link from '/src/components/Link.astro'; -A `VerticalBox` is a where instead of having -values that default to `0`, the spacing and padding values instead. +A `VerticalBox` is a where the spacing and padding +values depend on the style instead of defaulting to 0. See also .