Edit in GitHubLog an issue

padding-left

Since UXP v2.0

Specifies the left padding for an element.

See: https://developer.mozilla.org/en/docs/Web/CSS/padding-left

Example:

Copied to your clipboard
1.someElement {
2 padding-left: 10px;
3}

Quirks and Exceptions

  • UXP does not support the content-sizing box layout model. As such, the width and height of all elements include the padding and border width.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.