If the width of a template is greater than the height of the template, labels will not wrap properly. Instead of looking like this: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 (etc.) they look like this: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
changing status as this is definitely a bug :-)
Created attachment 3293 [details] [review] Fixes incorrect use of string comparators.
This was due the incorrect use of string comparators to compare numeric values. The attached patch fixes this.
Created attachment 3294 [details] [review] Signed-off patch
Patch pushed, please test and mark resolved