diff --git a/xfel_calibrate/calibrate.py b/xfel_calibrate/calibrate.py
index b59ac7d096c3857d575b8e11ba857dd36b1d18a9..7703e461630363b5b856aecf15963e87b4a6a693 100755
--- a/xfel_calibrate/calibrate.py
+++ b/xfel_calibrate/calibrate.py
@@ -480,9 +480,9 @@ def make_par_table(parms, temp_path, run_uuid):
     # Fix column width is needed
     col_type = ['l', 'c', 'p{.3\\textwidth}']
     if len_parms[0] == max_len[0]:
-        col_type[0] = 'p{.3\\textwidth}'
+        col_type[0] = col_type[2]
     if len_parms[1] == max_len[1]:
-        col_type[1] = 'p{.3\\textwidth}'
+        col_type[1] = col_type[2]
 
     tmpl = Template('''
                     Input of the calibration pipeline