Skip to Main Content

APEX

Announcement

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.

Right align text in Display Only item no longer working

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
Screen Shot 2021-05-26 at 1.50.11 PM.png
This is how it was displayed prior to v21.1 and before I refreshed the theme:
Screen Shot 2021-05-26 at 1.52.42 PM.pngAnd this is how it is displayed in v21.1 after refreshing the theme:
Screen Shot 2021-05-26 at 1.56.30 PM.pngI 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.

Comments

Processing

Post Details

Added on May 26 2021
5 comments
3,252 views