Commit 16856107 authored by tom goriunov's avatar tom goriunov Committed by GitHub

fix block miner highlight style (#2459)

parent c3c18f74
......@@ -85,6 +85,7 @@ const BlocksTableItem = ({ data, isLoading, enableTimeIncrement }: Props) => {
address={ data.miner }
isLoading={ isLoading }
truncation="constant"
maxW="min-content"
/>
</Td>
) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment