Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
BillChan226 committed Jul 8, 2024
1 parent 5a1eaa0 commit f6ab2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/benmark_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ document.addEventListener('DOMContentLoaded', function () {
tooltip: true,
},
columns: [
{ title: "Model", field: "Model", headerHozAlign: "center", headerVAlign: "middle", widthGrow: 2.0, minWidth: 135 },
{ title: "Model", field: "Model", headerHozAlign: "center", headerVAlign: "middle", widthGrow: 2.0, minWidth: 145 },
{
title: "Alignment",
headerHozAlign: "center",
Expand Down

0 comments on commit f6ab2de

Please sign in to comment.