summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/en/default/reports/report.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl
index 00d589541..321ad6ae8 100644
--- a/template/en/default/reports/report.html.tmpl
+++ b/template/en/default/reports/report.html.tmpl
@@ -37,6 +37,10 @@
height = 350
%]
+[% IF min_width AND width < min_width %]
+ [% width = min_width %]
+[% END %]
+
[%# We ignore row_field for pie charts %]
[% IF format == "pie" %]
[% row_field = "" %]