margin-left

Since UXP v2.0

Specifies the left margin for an element.

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

Example:

.someElement {
    margin-left: 1em;
}

Quirks and Exceptions