Edit in GitHubLog an issue

display

Since UXP v3.0

Determines the layout semantics for the element. Supports none, inline, block, inline-block, flex, and inline-flex.

See: https://developer.mozilla.org/en/docs/Web/CSS/display

Example:

Copied to your clipboard
1.someElement {
2 display: flex;
3}
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.