Skip to content

Commit

Permalink
fix(FrontEnd): Column Width
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Dec 13, 2024
1 parent 73fa0d1 commit b3758e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webFrontend/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ function listeningHistory() {
order: [[0, "desc"]],
pageLength: 10,
columns: [
{ data: "t", title: "Time Played", width: "135" },
{ data: "t", title: "Time Played", width: "150" },
{ data: "n", title: "Song Name" },
],
});
Expand Down

0 comments on commit b3758e9

Please sign in to comment.