Using Apex 21.1.5
No matter what I do I cannot direct the display items to right align. I tried various options with using inline CSS but no luck,
.display-only-start .apex-item-display-only { width: 100%; text-align: start; }
.display-only-center .apex-item-display-only { width: 100%; text-align: center; }
.display-only-end .apex-item-display-only { width: 100%; text-align: end; }
also tried direct "style
style="font-weight: normal;text-align: right;"
Setting the font works fine but alignment does not.
Any suggestions would be appreciated.