I was actually just working in this issue. I managed to get the page to size to 1024 width,
hoping that would expand the column fields, but no love.
what I'm finding odd with this is that the column with the least data in it is the widest,
while the one that stores the submitters' name is the smallest.
I'm going to continue to edit the .tpl's until I find a column size % that both holds/displays the data
and shows the entire contents of the fields.
Maybe even a text wrap to leave the column widths the same, and just increase height would suffice.
I'll re-post tomorrow with my findings.
(I have had these similar issues in the past with smarty templates, just can't remember what fixed it)
//Start Edit to add info
I forgot to mention too, when working with smarty .tpl files, in order to see one or more changes on refresh/reload, you need to delete the files in the cache (except empty_file.txt) folders for both the template you are using AND the default template. Path_to: /%webroot%/themes/default and /%webroot%/themes/[YourTemplateName]
Hope this helps
//Edit
hoping that would expand the column fields, but no love.
what I'm finding odd with this is that the column with the least data in it is the widest,
while the one that stores the submitters' name is the smallest.
I'm going to continue to edit the .tpl's until I find a column size % that both holds/displays the data
and shows the entire contents of the fields.
Maybe even a text wrap to leave the column widths the same, and just increase height would suffice.
I'll re-post tomorrow with my findings.
(I have had these similar issues in the past with smarty templates, just can't remember what fixed it)
//Start Edit to add info
I forgot to mention too, when working with smarty .tpl files, in order to see one or more changes on refresh/reload, you need to delete the files in the cache (except empty_file.txt) folders for both the template you are using AND the default template. Path_to: /%webroot%/themes/default and /%webroot%/themes/[YourTemplateName]
Hope this helps
//Edit