Timing.name is trimmed at 45 characters

Hi,

I tried to change some css values to enlarge timing popup and tds. But timing.name value is trimmed at 45 characters in template. I believe this would be parametric.

My proposition would be like this

Add a parameter to MiniProfiler.Settings named MaxTimingNameLength
Transfer value of that element in script tag (from include.partial.html)

<script .... >
    window.MiniProfilerSettings = {
        MaxTimingNameLength: 45
    };
</script>

and use that value in timingTemplate