Skip to content

Commit

Permalink
fix: alignment
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Félix C. Morency <[email protected]>
  • Loading branch information
fmorency and coderabbitai[bot] authored Nov 15, 2024
1 parent 8901001 commit 16c9c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/groups/components/myGroups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ export function YourGroups({
<table className="table w-full border-separate border-spacing-y-3">
<thead className="sticky top-0 bg-background-color">
<tr className="text-sm font-medium">
<th className="bg-transparent w-1/6">Group Name</th>
<th className="bg-transparent w-1/6">Active proposals</th>
<th className="bg-transparent w-[25%]">Group Name</th>
<th className="bg-transparent w-[15%]">Active proposals</th>
<th className="bg-transparent w-1/6">Authors</th>
<th className="bg-transparent w-1/6">Group Balance</th>
<th className="bg-transparent w-1/6">Qualified Majority</th>
Expand Down

0 comments on commit 16c9c64

Please sign in to comment.