Skip to content

Commit

Permalink
removes the gaps in the transaction tables (MystenLabs#3898)
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnie authored Aug 10, 2022
1 parent 619d50f commit 998354d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/client/src/components/table/TableCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.table {
@apply w-full text-sm text-left text-[#4E555D] overflow-x-auto min-w-max;
@apply w-full text-sm text-left text-[#4E555D] overflow-x-auto min-w-max border-collapse;

border-bottom: 1px solid #f0f1f2;
}
Expand Down

0 comments on commit 998354d

Please sign in to comment.