padding-bottom

Since UXP v2.0

Specifies the bottom padding for an element.

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

Example:

.someElement {
    padding-bottom: 10px;
}

Quirks and Exceptions