From 4af8180686f048431b73bddc6407cd08c2bac690 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Tue, 14 Jul 2015 11:13:42 -0500 Subject: [PATCH] pdf: Fix nasty table layout for some tables --- include/mpdf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mpdf/config.php b/include/mpdf/config.php index fa4fc26e7..660cf0eca 100755 --- a/include/mpdf/config.php +++ b/include/mpdf/config.php @@ -197,7 +197,7 @@ $this->packTableData = false; // Reduce memory usage processing tables (but with $this->cacheTables = false; $this->ignore_table_percents = false; -$this->ignore_table_widths = false; +$this->ignore_table_widths = true; $this->keep_table_proportions = false; // If table width set > page width, force resizing but keep relative sizes // Also forces respect of cell widths set by % $this->shrink_tables_to_fit = 1.4; // automatically reduce fontsize in table if words would have to split ( not in CJK) -- GitLab