text-align

Since UXP v3.0

Aligns text within its parent container. Supports left, center, right.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/text-align.

Example

.someElement {
    font-style: left;
}

Quirks and Exceptions