From 69807173550e64f308bef8f8efa73e5a3d416dbf Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 10 Dec 2024 15:39:43 +0100 Subject: [PATCH] fix block miner highlight style --- ui/blocks/BlocksTableItem.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/blocks/BlocksTableItem.tsx b/ui/blocks/BlocksTableItem.tsx index 2cbb3c8318..bb0d4411c4 100644 --- a/ui/blocks/BlocksTableItem.tsx +++ b/ui/blocks/BlocksTableItem.tsx @@ -85,6 +85,7 @@ const BlocksTableItem = ({ data, isLoading, enableTimeIncrement }: Props) => { address={ data.miner } isLoading={ isLoading } truncation="constant" + maxW="min-content" /> ) }