Docs: std-widgets layout box wording fix. (#7417)

Fixes: #7360
This commit is contained in:
Nigel Breslaw 2025-01-21 15:37:10 +02:00 committed by GitHub
parent 2df0b8bf20
commit a3e7623f53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ description: HorizontalBox api.
import Link from '/src/components/Link.astro';
A `HorizontalBox` is a <Link type="HorizontalLayout" /> where instead of
having values that default to `0`, the spacing and padding values instead.
A `HorizontalBox` is a <Link type="HorizontalLayout" /> where the spacing and padding
values depend on the style instead of defaulting to 0.
See also <Link type="VerticalBox"/>.

View file

@ -6,7 +6,7 @@ description: VerticalBox api.
import Link from '/src/components/Link.astro';
A `VerticalBox` is a <Link type="VerticalLayout"/> where instead of having
values that default to `0`, the spacing and padding values instead.
A `VerticalBox` is a <Link type="VerticalLayout"/> where the spacing and padding
values depend on the style instead of defaulting to 0.
See also <Link type="HorizontalBox"/>.