I have a gallery which is fed to html text, which makes a table. This table has multiple columns, such as name, email, and is then made into a pdf by a flow. This PDF is printed, so that the person running an event can tick attendees off the sheet.
Problem is this method leaves certain entries squashed, only some data goes onto a second line, and the html text wont let me style the table.
Is this the best way of display and print gallery data, or is there a alternative?
If this is the best method, how do I style my table so that the pdf made by the flow is properly styled to fit all data, and has a fixed layout (my current table can be broken by a long email encroaching onto other cells etc)