Skip to content

Commit a8c0369

Browse files
authored
Merge pull request #1218 from jdufresne/width
Remove duplicate width="100%" in profiling.html
2 parents bcedeb6 + 6c68b7c commit a8c0369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/templates/debug_toolbar/panels/profiling.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% load i18n %}{% load static %}
2-
<table width="100%">
2+
<table>
33
<thead>
44
<tr>
55
<th>{% trans "Call" %}</th>

0 commit comments

Comments
 (0)