Skip to content

Commit 6c68b7c

Browse files
committed
Remove duplicate width="100%" in profiling.html
Tables already have a width specified in toolbar.css. Further, width attribute on the table element has been deprecated so it is better to use CSS anyway.
1 parent 1948d33 commit 6c68b7c

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)