Skip to content

Commit

Permalink
fix block miner highlight style (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum authored Dec 10, 2024
1 parent c3c18f7 commit 1685610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/blocks/BlocksTableItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const BlocksTableItem = ({ data, isLoading, enableTimeIncrement }: Props) => {
address={ data.miner }
isLoading={ isLoading }
truncation="constant"
maxW="min-content"
/>
</Td>
) }
Expand Down

0 comments on commit 1685610

Please sign in to comment.