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!

Font Awesome Icons in an interactive report on 20.1 twice the size as 5.1

Richard LeggeJul 10 2020 — edited Jul 10 2020

Hi All,

Apex 20.1

Im going through the testing phase of my upgraded application from 5.1 to 20.1

Within a few of my interactive reports, I reference Font Awesome to give me icons on the report

for example:

select

    decode( col_name,0,'fa fa fa-check-circle-o u-success-text fa-1x',null) as docs_attached

from table

in 5.1, the icons are roughly the same height as capital letter text on the report. e,g

However on 20.1 they are now huge...

my code has  'fa fa-check-circle-o u-success-text fa-1x'

but when i inspect the field, when it runs, its appending fa-2x  to the end of the class. i.e.

fa fa-check-circle-o u-success-text fa-1x fa-2x

Anyone any ideas on how to stop the fa-2x being added to shrink them down to the same size as 5.1, because my report fields are very tall...

Rgds

Richard

Comments
Post Details
Added on Jul 10 2020
2 comments
363 views