Hi all
Currently, we are using APEX 19.2, because following versions cause UI presentation problems.
One of them: in 19.2, required field's labels have asterisk after them. In our applications, forms use left-aligned labels followed by asterisk it the field is required. In 21.2, required fields' labels have asterisk before them, that looks fairly ugly with left-aligned labels.
I have found no way of placing asterisk AFTER the label, other than using the optional label template and manually adding <span class="u-color-39-text"> *</span> after it.
Is there another, more clean way of doing this?
Thank you.