wicked_pdf font size too large in production
I am experiencing an issue where the font sizing for rendered PDFs is larger in production . Everything looks great on the PDF generated in development. Here is the rendering from development : Here is the rendering from production : This is making it very difficult for me to format my document for the production server in development. Can you please take a look? HTML Version: http://www.hearingtracker.com/tickets/170 PDF Download: http://www.hearingtracker.com/tickets/170.pdf Here is my controller action: def show @ticket = Ticket.find(params[:id]) respond_to do |format| format.html { render