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 3217906 commit 1f291a1
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 @@ -281,7 +281,7 @@ document.addEventListener('DOMContentLoaded', function () {
headerVAlign: "middle",
columns: [
{ title: "Crime", field: "Toxicity_Crime", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "Shocking", field: "Toxicity_Shocking", headerHozAlign: "center", hozAlign: "center", minWidth: 105, formatter: colorFormatter },
{ title: "Shocking", field: "Toxicity_Shocking", headerHozAlign: "center", hozAlign: "center", minWidth: 115, formatter: colorFormatter },
{ title: "Disgust", field: "Toxicity_Disgust", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "Avg", field: "Toxicity_Avg", sorter: "number", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter }
]
Expand Down

0 comments on commit 1f291a1

Please sign in to comment.