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