Fix string break

This commit is contained in:
Willian Mitsuda 2021-10-18 17:00:04 -03:00
parent 2ff64db1be
commit d4aee16141
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ const Block: React.FC = () => {
</InfoRow>
<InfoRow title="Extra Data">
{extraStr} (Hex:{" "}
<span className="font-data">{block.extraData}</span>)
<span className="font-data break-all">{block.extraData}</span>)
</InfoRow>
<InfoRow title="Ether Price">
<USDValue value={blockETHUSDPrice} />