For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
We are running APEX 21.1 and display only items that we had right-aligned with a CSS class are no longer right aligned. This is the CSS that we are using: .display-only-end .apex-item-display-only { width: 100%; text-align: end; } For each display only item that we want right-aligned, we are adding the class display-only-end to Column CSS Classes This is how it was displayed prior to v21.1 and before I refreshed the theme: And this is how it is displayed in v21.1 after refreshing the theme: I can add other elements to the CSS class like color, italic and font-weight, and they all work, but no matter what I add for text-align it doesn't work. Any help with this would be greatly appreciated.