File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
template_profiler_panel/templates/template_profiler_panel Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ <h4>{{ templates|length }} {% trans 'calls to Template.render()' %}</h4>
25
25
< td > {{ template.name }}</ td >
26
26
< td class ="timeline ">
27
27
< div class ="djDebugTimeline ">
28
- < div class ="djDebugLineChart " style ="left: {{ template.offset_p|stringformat:'f' }}%; ">
29
- < strong title ="Start {{ template.start }} " style ="min-width: 1px; width: {{ template.rel_duration_p|stringformat:'f' }}%; background-color: {{ template.color.bg }}; "> </ strong >
28
+ < div class ="djDebugLineChart " style ="margin- left: {{ template.offset_p|stringformat:'f' }}%; ">
29
+ < div title ="Start {{ template.start }} " style ="min-width: 1px; width: {{ template.rel_duration_p|stringformat:'f' }}%; background-color: {{ template.color.bg }}; "> </ div >
30
30
</ div >
31
31
</ div >
32
32
</ td >
You can’t perform that action at this time.
0 commit comments