margin-right

Since UXP v2.0

Specifies the right margin for an element.

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

Example:

.someElement {
    margin-right: 1em;
}

Quirks and Exceptions