Alignment

Applies to: Editor, Entry, EntryCell, Label, Picker, SearchBar

The following classes are provided to adjust the alignment of text.

Class

Property

.text-center

text-align: center;

.text-right

text-align: right;

.text-left

text-align: left;

.text-start

text-align: start;

Similar to .text-left

.text-end

text-align: end;

Similar to .text-right

Last updated

⚙️ Powered by Rock RMS