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 3b7c486 commit 64d72a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/js/benmark_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ document.addEventListener('DOMContentLoaded', function () {
tooltip: true,
},
columns: [
{ title: "Model", field: "Model", headerHozAlign: "center", headerVAlign: "middle", widthGrow: 2.0, minWidth: 150 },
{ title: "Model", field: "Model", headerHozAlign: "center", headerVAlign: "middle", widthGrow: 2.0, minWidth: 140 },
{
title: "Alignment",
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "Avg w/ tie", field: "Alignment_Avg_w_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Alignment_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Alignment_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 130, formatter: colorFormatter },
],
},
{
Expand All @@ -148,7 +148,7 @@ document.addEventListener('DOMContentLoaded', function () {
headerVAlign: "middle",
columns: [
{ title: "Avg w/ tie", field: "Safety_Avg_w_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Safety_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Safety_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 130, formatter: colorFormatter },
],
},
{
Expand All @@ -157,7 +157,7 @@ document.addEventListener('DOMContentLoaded', function () {
headerVAlign: "middle",
columns: [
{ title: "Avg w/ tie", field: "Artifact_Avg_w_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Artifact_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Artifact_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 130, formatter: colorFormatter },
],
},
{
Expand Down

0 comments on commit 64d72a8

Please sign in to comment.