Skip to content

Commit 61d457d

Browse files
authored
Merge pull request #2006 from s7tya/fix-table-header
fix runtime cmp table header
2 parents de54126 + 6a61fa1 commit 61d457d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/frontend/src/pages/compare/runtime/comparisons-table.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const unit = computed(() => {
5050
<table v-else class="benches compare">
5151
<thead>
5252
<tr>
53+
<th class="toggle-arrow"></th>
5354
<th>Benchmark</th>
5455
<th>% Change</th>
5556
<th>

0 commit comments

Comments
 (0)