You need to change columns width in the merged table.
Solution
Switch the page to the edit mode.
Insert the Table Transformer macro and paste the table or the macros outputting tables within the macro body.
Select the macro and click Edit.
In the Presets tab select Custom transformation and click Next.
Enter the following SQL query:
SELECT *, FORMATWIKI("{cell:width=100px}", 'Ticket', "{cell}") AS 'Ticket', FORMATWIKI("{cell:width=150px}", 'Description', "{cell}") AS 'Description' FROM T*