Skip to content

Commit

Permalink
Merge pull request #1571 from acm-ucr/spacing
Browse files Browse the repository at this point in the history
Column Spacing
  • Loading branch information
shahdivyank authored Jul 20, 2024
2 parents af85cd7 + d5ee657 commit 341daf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/admin/Teams.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const COLUMNS = [
{
accessorKey: "teamid",
header: "Team ID",
width: "w-2/12",
width: "w-3/12",
enableColumnFilter: true,
filterFn: "includesString",
searchable: true,
Expand Down Expand Up @@ -73,7 +73,7 @@ export const COLUMNS = [
{
accessorKey: "links",
header: "Links",
width: "w-3/12",
width: "w-2/12",
enableSorting: false,
cell: ({ getValue }) => (
<div>
Expand Down

0 comments on commit 341daf9

Please sign in to comment.