margin-left
Since UXP v2.0
Specifies the left margin for an element.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/margin-left
Example:
.someElement {
margin-left: 1em;
}
Quirks and Exceptions
- Margins do not collapse in UXP.