diff --git a/CHANGELOG.md b/CHANGELOG.md index b80b922f07..0e73eb09ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Features ### Fixes +- [#5269](https://github.com/blockscout/blockscout/pull/5269) - Address Page: Fix implementation address align - [#5259](https://github.com/blockscout/blockscout/pull/5259) - Fix `coin-balances/by-day` bug ### Chore diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex index 9574500b4f..1b32353575 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex @@ -152,8 +152,7 @@ <%= link( implementation_address, to: address_path(@conn, :show, implementation_address), - class: "contract-address mb-2", - style: "margin-top: 0.5rem;" + class: "contract-address" ) %>