Skip to content

Commit 47e8df2

Browse files
Cut column header down in size for easier readability
1 parent b4d2413 commit 47e8df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/static/detailed-query.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
table {
99
border-collapse: collapse;
1010
}
11-
11+
1212
thead th {
1313
padding-left: 1em;
1414
}
@@ -52,7 +52,7 @@ <h3 id="title"></h3>
5252
<th class="delta">Δ</th>
5353
<th data-sort-idx="3" data-default-sort-dir="-1">Cache Misses</th>
5454
<th class="delta">Δ</th>
55-
<th data-sort-idx="7" data-default-sort-dir="-1">Incremental Loading</th>
55+
<th data-sort-idx="7" data-default-sort-dir="-1" title="Incremental loading time">Loading</th>
5656
<th class="delta">Δ</th>
5757
</tr>
5858
</thead>

0 commit comments

Comments
 (0)