From 998354dccdab2950bb9a542dcb714961229274d7 Mon Sep 17 00:00:00 2001 From: Andrew Burnie Date: Wed, 10 Aug 2022 18:25:54 +0100 Subject: [PATCH] removes the gaps in the transaction tables (#3898) --- explorer/client/src/components/table/TableCard.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/client/src/components/table/TableCard.module.css b/explorer/client/src/components/table/TableCard.module.css index f7fbd2ceaa91e..aeb46afb110b9 100644 --- a/explorer/client/src/components/table/TableCard.module.css +++ b/explorer/client/src/components/table/TableCard.module.css @@ -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; }