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 e37722e commit 5a1eaa0
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 @@ -335,7 +335,7 @@ document.addEventListener('DOMContentLoaded', function () {
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "Defocused", field: "Blurry_Defocused", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "Defocused", field: "Blurry_Defocused", headerHozAlign: "center", hozAlign: "center", minWidth: 130, formatter: colorFormatter },
{ title: "Motion", field: "Blurry_Motion", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "Avg", field: "Blurry_Avg", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter }
]
Expand Down

0 comments on commit 5a1eaa0

Please sign in to comment.