padding-right

Since UXP v2.0

Specifies the right padding for an element.

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

Example:

.someElement {
    padding-right: 10px;
}

Quirks and Exceptions