Skip to content

Commit

Permalink
fix: fix wide table css style, v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Mar 6, 2024
1 parent bfe9d5d commit 8643e69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ckanext/unfold/assets/js/unfold-init-jstree.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ ckan.module("unfold-init-jstree", function ($, _) {
columnWidth: "200px",
columns: [
{ width: 400, header: "Name" },
{ width: 100, header: "Size", value: "size", cellClass: "js-tree-col", headerClass: "js-tree-col", wideCellClass: "js-tree-col" },
{ width: 100, header: "Type", value: "type", cellClass: "js-tree-col", headerClass: "js-tree-col", wideCellClass: "js-tree-col" },
{ width: 100, header: "Format", value: "format", cellClass: "js-tree-col", headerClass: "js-tree-col", wideCellClass: "js-tree-col" },
{ width: 200, header: "Modified at", value: "modified_at", cellClass: "js-tree-col", headerClass: "js-tree-col", wideCellClass: "js-tree-col" }
{ width: 100, header: "Size", value: "size", cellClass: "js-tree-col", wideCellClass: "js-tree-col" },
{ width: 100, header: "Type", value: "type", cellClass: "js-tree-col", wideCellClass: "js-tree-col" },
{ width: 100, header: "Format", value: "format", cellClass: "js-tree-col", wideCellClass: "js-tree-col" },
{ width: 200, header: "Modified at", value: "modified_at", cellClass: "js-tree-col", wideCellClass: "js-tree-col" }
],
height: 700,
},
Expand Down

0 comments on commit 8643e69

Please sign in to comment.