Skip to content

Commit

Permalink
Docs: std-widgets layout box wording fix. (#7417)
Browse files Browse the repository at this point in the history
Fixes: #7360
  • Loading branch information
NigelBreslaw authored Jan 21, 2025
1 parent 2df0b8b commit a3e7623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>.
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>.

0 comments on commit a3e7623

Please sign in to comment.