Skip to content

Stack justify prop has no effect #4577

@iansan5653

Description

@iansan5653

Description

Stack accepts a justify prop that is supposed to align with the justify-content CSS property. But setting it has no effect other than setting the data-justify attribute on the HTML element - it doesn't update the CSS.

Steps to reproduce

<Stack justify="space-between">
  <span>a</span>
  <span>b</span>
</Stack>

Version

v36.17.0

Browser

Chrome

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions